Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit 4ccd91a

Browse files
Try to enable code smells check
1 parent 7fb3436 commit 4ccd91a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sonar-project.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ sonar.exclusions=**/*_test.go,**/vendor/**
1313
sonar.tests=.
1414
sonar.test.inclusions=**/*_test.go
1515
sonar.test.exclusions=**/vendor/**
16+
sonar.issue.enforceSemantic=true
1617

1718
# =====================================================
1819
# Meta-data for the project

0 commit comments

Comments
 (0)