Skip to content

Commit

Permalink
sonar exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal committed Feb 12, 2024
1 parent 281d1f6 commit fb52f9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ sonar.projectKey=0xPolygon_polygon-edge
sonar.organization=0xpolygon

sonar.sources=.
sonar.exclusions=**/vendor/**,**/*.py,**/blade-contracts/**,**/tests/**
sonar.exclusions=**/vendor/**,**/*.py,**/blade-contracts/**,**/tests/**,**/log/**

sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.test.exclusions=**/vendor/**

sonar.coverage.exclusions=**/vendor/**,**/*.py,**/tests/**
sonar.coverage.exclusions=**/vendor/**,**/*.py,**/tests/**,**/log/**

# =====================================================
# Properties specific to Go
Expand Down

0 comments on commit fb52f9e

Please sign in to comment.