Skip to content

Commit

Permalink
exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
taratorio committed Apr 23, 2024
1 parent dd87f2f commit 54a3134
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 @@ -3,7 +3,7 @@ sonar.organization=ledgerwatch
sonar.projectName=erigon

sonar.sources=.
sonar.exclusions=**/*.pb.go,cmd/rpcdaemon/graphql/graph/generated.go
sonar.exclusions=**/*.pb.go,**/gen_*.go,**/graphql/graph/generated.go,**/*.sol,common/compiler/*.v.py

sonar.tests=.
sonar.test.inclusions=**/*_test.go,tests/**
Expand Down

0 comments on commit 54a3134

Please sign in to comment.