chore: exclude static assets from sonarqube [ci skip]

This commit is contained in:
Ferdinand Mütsch 2021-03-24 23:38:38 +01:00
parent 81ca703501
commit 65bbd744b5
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
sonar.exclusions=**/*_test.go,.idea/**,.vscode/**,mocks/**
sonar.exclusions=**/*_test.go,.idea/**,.vscode/**,mocks/**,static/**
sonar.tests=.
sonar.go.coverage.reportPaths=coverage/coverage.out