Skip to content

Commit

Permalink
exclude Sonar for duplication in load tests
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Feb 21, 2024
1 parent 43d9122 commit ddda427
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 @@ -52,7 +52,8 @@ sonar.cpd.exclusions=\
**/contracts/**/*.sol,\
**/config.go,\
**/core/services/ocr2/plugins/ocr2keeper/evm/**/*,\
**/core/services/ocr2/plugins/mercury/plugin.go
**/core/services/ocr2/plugins/mercury/plugin.go,\
**/integration-tests/load/**/*

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

0 comments on commit ddda427

Please sign in to comment.