Skip to content

Commit

Permalink
ignore duplications in the tests fixtures.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joker234 committed Apr 6, 2022
1 parent 3a06b2d commit 06ac588
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ sonar.plsql.file.suffixes=""
# exclude non-API worker files from coverage report
sonar.coverage.exclusions=database/**,website/**,workers/scripts/**,workers/tests/**

# the fixtures file only contains values, no code that can be duplicated
sonar.cpd.exclusions=workers/tests/unittests/mapping_saturation/fixtures.py

sonar.issue.ignore.multicriteria=e1
# S117: local variable and function parameter names should comply with a naming convention
# Ignore for math formula parameter
Expand Down

0 comments on commit 06ac588

Please sign in to comment.