We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52382a5 commit 474a125Copy full SHA for 474a125
.github/workflows/security.yml
@@ -71,6 +71,8 @@ jobs:
71
args: >
72
-Dsonar.projectKey=jerone_eslint-plugin-angular-template-consistent-this
73
-Dsonar.organization=jerone
74
- -Dsonar.sources=.
+ -Dsonar.projectBaseDir=.
75
+ -Dsonar.sources=./src/
76
-Dsonar.tests=./tests/rules/
77
-Dsonar.javascript.lcov.reportPaths=./coverage/lcov.info
78
+ -Dsonar.verbose=true
0 commit comments