We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ec11c commit 1b2d1d8Copy full SHA for 1b2d1d8
2 files changed
.github/workflows/codeql.yml
@@ -36,7 +36,9 @@ jobs:
36
uses: github/codeql-action/init@v4
37
with:
38
languages: ${{ matrix.language }}
39
- build-mode: none
+
40
+ - name: Autobuild
41
+ uses: github/codeql-action/autobuild@v4
42
43
- name: Perform CodeQL Analysis
44
uses: github/codeql-action/analyze@v4
plugins/build.gradle
@@ -58,6 +58,7 @@ check.dependsOn 'lint'
58
checkstyle {
59
toolVersion = "${versions.checkstyle}"
60
configFile = file("../framework/config/checkstyle/checkStyleAll.xml")
61
+ maxWarnings = 0
62
}
63
64
checkstyleMain {
0 commit comments