Skip to content

Commit 4cb3c42

Browse files
authored
Update sonar-scanner.properties
Temporarily exclude JavaScript files due to SonarScanner Node.js v18 incompatibility Can be removed when scanner updates to Node.js v20+
1 parent 391b226 commit 4cb3c42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/config/sonar-scanner.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@ sonar.qualitygate.wait=true
55
sonar.sourceEncoding=UTF-8
66
sonar.sources=.
77

8+
# Temporarily exclude JavaScript files due to SonarScanner Node.js v18 incompatibility
9+
# Can be removed when scanner updates to Node.js v20+
10+
sonar.exclusions=**/*.js,**/*.mjs,**/*.cjs,**/*.ts,**/*.tsx
11+
812
#sonar.python.coverage.reportPaths=.coverage/coverage.xml
913
#sonar.[javascript|typescript].lcov.reportPaths=.coverage/lcov.info

0 commit comments

Comments
 (0)