We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a14294 commit 40a96c4Copy full SHA for 40a96c4
2 files changed
diktat-gradle-plugin/pom.xml
@@ -36,6 +36,11 @@
36
</exclusion>
37
</exclusions>
38
</dependency>
39
+ <dependency>
40
+ <groupId>io.github.detekt.sarif4k</groupId>
41
+ <artifactId>sarif4k</artifactId>
42
+ <version>0.0.1</version>
43
+ </dependency>
44
</dependencies>
45
46
<build>
diktat-gradle-plugin/src/main/kotlin/org/cqfn/diktat/plugin/gradle/tasks/SarifReportMergeTask.kt
@@ -58,7 +58,7 @@ abstract class SarifReportMergeTask : DefaultTask() {
58
59
if (sarifReports.isEmpty()) {
60
logger.warn("Cannot perform merging of SARIF reports because no matching files were found; " +
61
- "Is SARIF reporter active?"
+ "is SARIF reporter active?"
62
)
63
return
64
}
0 commit comments