We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea1440 commit b6f5109Copy full SHA for b6f5109
sonar-project.properties
@@ -2,7 +2,7 @@ sonar.projectKey=Vuepic_vue-datepicker
2
sonar.organization=vuepic
3
sonar.exclusions=docs/**,**/__tests__/**,tests/**
4
sonar.javascript.lcov.reportPaths=coverage/lcov.info
5
-sonar.coverage.exclusions=tests/**,**/__tests__/**
+sonar.coverage.exclusions=tests/**,**/__tests__/**,**/types**,**/index.ts
6
sonar.test.exclusions=tests/**,**/__tests__/**
7
sonar.issue.ignore.block=a1
8
sonar.issue.ignore.block.a1.beginBlockRegexp=@SONAR_START@
0 commit comments