We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 013d04b commit 32fd87cCopy full SHA for 32fd87c
sonar-go-to-slang/build.gradle.kts
@@ -70,6 +70,7 @@ if (isCi) {
70
inputs.files(
71
fileTree(projectDir).matching {
72
include("*.go")
73
+ exclude("*_generated.go")
74
}
75
)
76
outputs.files(reportPath)
0 commit comments