We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cee392 commit c4f32ecCopy full SHA for c4f32ec
.github/workflows/compile-queries.yml
@@ -29,7 +29,7 @@ jobs:
29
key: all-queries
30
- name: check formatting
31
run: find shared */ql -type f \( -name "*.qll" -o -name "*.ql" \) -print0 | xargs -0 -n 3000 -P 10 codeql query format -q --check-only
32
- - name: Omit DatabaseQualityDiagnostics.ql from compile checking # Remove me once CodeQL 2.18.0 is released
+ - name: Omit DatabaseQualityDiagnostics.ql from compile checking # Remove me once CodeQL 2.18.0 is released!
33
run: mv java/ql/src/Telemetry/DatabaseQualityDiagnostics.ql{,.hidden}
34
- name: compile queries - check-only
35
# run with --check-only if running in a PR (github.sha != main)
0 commit comments