Skip to content

Commit

Permalink
Sonarcloud should avoid test-files;
Browse files Browse the repository at this point in the history
  • Loading branch information
joergdw committed Mar 14, 2023
1 parent e11264c commit d484f7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
sonar.sources = src/
sonar.exclusions = **/*test.go
sonar.test.exclusions = **/*test.go

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
#
# jdwpkgs.rubyPackages.cf-uaac
shellcheck
sonar-scanner-cli
temurin-bin
yq-go
];
Expand Down

0 comments on commit d484f7b

Please sign in to comment.