Skip to content

Commit 7ba40a3

Browse files
chore: sonarqube config (#878)
* Sonarqube configuration * Added some sonar exclusions
1 parent f506834 commit 7ba40a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
sonar.projectKey=github-mirrors.splunk-connect-for-snmp
22

3-
sonar.exclusions=test/*, **/*.js
3+
sonar.exclusions=test/**/*, integration_tests/**/*, **/*.js, **/*.yaml
44
sonar.test.inclusions=test/*

0 commit comments

Comments
 (0)