free-games-claimer/sonar-project.properties
nocci 5e0c5263ca
All checks were successful
build-and-push / lint (push) Successful in 4s
build-and-push / sonar (push) Successful in 13s
build-and-push / docker (push) Successful in 1m14s
ci: ignore commented code rule in sonar
2025-12-31 10:31:58 +00:00

14 lines
541 B
Properties

sonar.organization=vogler
sonar.projectKey=vogler_free-games-claimer
# relative paths to source directories. More details and properties are described
# in https://sonarcloud.io/documentation/project-administration/narrowing-the-focus/
sonar.sources=.
#Eslint issues
sonar.eslint.reportPaths = eslint_report.json
# Ignore "commented-out code" findings (javascript:S125) across the project
sonar.issue.ignore.multicriteria=e1
sonar.issue.ignore.multicriteria.e1.ruleKey=javascript:S125
sonar.issue.ignore.multicriteria.e1.resourceKey=**/*