We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f2173 commit 4893605Copy full SHA for 4893605
1 file changed
build.gradle.kts
@@ -122,5 +122,6 @@ sonar {
122
property("sonar.projectKey", "ePages-de_restdocs-api-spec")
123
property("sonar.organization", "epages-de")
124
property("sonar.host.url", "https://sonarcloud.io")
125
+ property("sonar.exclusions", "**/samples/**")
126
}
127
0 commit comments