Skip to content

Commit 474a125

Browse files
committed
sonar sources
1 parent 52382a5 commit 474a125

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/security.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
args: >
7272
-Dsonar.projectKey=jerone_eslint-plugin-angular-template-consistent-this
7373
-Dsonar.organization=jerone
74-
-Dsonar.sources=.
74+
-Dsonar.projectBaseDir=.
75+
-Dsonar.sources=./src/
7576
-Dsonar.tests=./tests/rules/
7677
-Dsonar.javascript.lcov.reportPaths=./coverage/lcov.info
78+
-Dsonar.verbose=true

0 commit comments

Comments
 (0)