-
Notifications
You must be signed in to change notification settings - Fork 1
/
sonar-project.properties
26 lines (21 loc) · 1.2 KB
/
sonar-project.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# WARNING - THIS FILE WAS GENERATED BY THE dps-gradle-spring-boot GRADLE PLUGIN
# AND ANY MANUAL CHANGES WILL BE OVERRIDDEN ON YOUR NEXT BUILD.
#
# To make general changes to the suppressions below, change the gradle plugin dps-gradle-spring-boot,
# publish a new version and update to the new version in your gradle build script
#
# To stop the dps-gradle-spring-boot project from overwriting any project specific customisations here, remove the
# warning at the top of this file.
# Coverage not collected by cloud platform, so ignore
sonar.coverage.exclusions=**/*.java,**/*.kt
# Define rules to ignore
sonar.issue.ignore.multicriteria=e1,e2,e3
# String literals should not be duplicated - better to be explicit
sonar.issue.ignore.multicriteria.e3.ruleKey=kotlin:S1192
sonar.issue.ignore.multicriteria.e3.resourceKey=**/*.kt
# Method names should comply with a naming convention - not relevant for tests
sonar.issue.ignore.multicriteria.e1.ruleKey=kotlin:S100
sonar.issue.ignore.multicriteria.e1.resourceKey=**/*Test.kt
# Class names should comply with a naming convention - not relevant for tests
sonar.issue.ignore.multicriteria.e2.ruleKey=kotlin:S101
sonar.issue.ignore.multicriteria.e2.resourceKey=**/*Test.kt