Skip to content

Commit

Permalink
Remove ipset from the sonar exclusions
Browse files Browse the repository at this point in the history
...now that we have unit tests and sufficient coverage.

Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
  • Loading branch information
tpantelis committed Apr 25, 2024
1 parent d549668 commit 3bcd82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sonar.projectKey=submariner-io_submariner
sonar.projectName=submariner
sonar.organization=submariner-io
sonar.sources=.
sonar.exclusions=**/vendor/**,**/*_test.go,**/test/**,**/fake/**,**/client/**,**/natdiscovery/proto/natdiscovery.pb.go,**/netlink/**,**/event/testing/**,**/zz_generated.deepcopy.go,**/ipset/**
sonar.exclusions=**/vendor/**,**/*_test.go,**/test/**,**/fake/**,**/client/**,**/natdiscovery/proto/natdiscovery.pb.go,**/netlink/**,**/event/testing/**,**/zz_generated.deepcopy.go
sonar.tests=.
sonar.test.inclusions=**/*_test.go,**/test/**,**/fake/**
sonar.test.exclusions=**/vendor/**,**/client/**
Expand Down

0 comments on commit 3bcd82c

Please sign in to comment.