Skip to content

Commit

Permalink
Add sonar exclusion for codec test utils
Browse files Browse the repository at this point in the history
  • Loading branch information
ilija42 committed Dec 14, 2024
1 parent 9349fdb commit 86baca9
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 @@ -5,7 +5,7 @@ sonar.sources=.
# Full exclusions from the static analysis
sonar.exclusions=**/node_modules/**/*, **/contracts/artifacts/**/*, **/generated/**/*, **/docs/**/*, **/*.config.ts, **/*.config.js, **/*.txt, pkg/solana/codec/anchoridl.go
# Coverage exclusions
sonar.coverage.exclusions=**/*.test.ts, **/*_test.go, **/contracts/tests/**/*, **/integration-tests/**/*
sonar.coverage.exclusions=**/*.test.ts, **/*_test.go, **/contracts/tests/**/*, **/integration-tests/**/*, **/pkg/solana/codec/testutils/**/*

# Tests' root folder, inclusions (tests to check and count) and exclusions
sonar.tests=.
Expand Down

0 comments on commit 86baca9

Please sign in to comment.