Skip to content

Commit

Permalink
Added gauntlet to ignore for sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
smickovskid committed Sep 11, 2023
1 parent f0734ea commit 6c82107
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ sonar.coverage.exclusions=**/*.test.ts, **/*_test.go, **/contracts/tests/**/*, *

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

0 comments on commit 6c82107

Please sign in to comment.