Skip to content

Commit

Permalink
add sonarqube config file
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed Nov 27, 2023
1 parent 4769a3b commit 11cf596
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
sonar.projectKey=smartcontractkit_chainlink-feeds_AYwStBpCBZUeim9slKw0
sonar.sources=.
sonar.python.version=3.8
sonar.filesize.limit=777

# Full exclusions from the static analysis
sonar.exclusions=**/mocks/**/*, **/testdata/**/*, **/e2e_tests/**/*, **/scripts/**/*, **/tools/**/*, **/*.pb.go, **/*report.xml, **/*.txt, **/*.yaml
# Coverage exclusions
sonar.coverage.exclusions=**/*_test.go, **/mocks/**/*, **/e2e_tests/**/*, **/*.pb.go, **/main.go
# Duplication exclusions
sonar.cpd.exclusions=**/config.go

# Tests' root folder, inclusions (tests to check and count) and exclusions
sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.test.exclusions=e2e_tests/**/*

0 comments on commit 11cf596

Please sign in to comment.