1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

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

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