Skip to content

Commit

Permalink
Add missing line in sonar-project.properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
przemek83 committed Jan 13, 2025
1 parent 5468209 commit f52c94d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ sonar.sourceEncoding=UTF-8

sonar.cfamily.threads=4

sonar.issue.ignore.multicriteria=e1,e2

# Switch off detection of dead functions/method in library. Rule S1144 still applied.
sonar.issue.ignore.multicriteria.e1.ruleKey=cpp:S5536
sonar.issue.ignore.multicriteria.e1.resourceKey=include/**/*
Expand Down

0 comments on commit f52c94d

Please sign in to comment.