summaryrefslogtreecommitdiffstats
path: root/.github/codeql.yml
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-04-22 14:11:35 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-04-22 14:11:35 -0400
commit050b2eeed4c773706ee8d48a76797d78cc500602 (patch)
tree12495e2a077b8f0a1f0cf00a536070131e52702c /.github/codeql.yml
parentf133d71fc49a6ae2ddd64c73e630227e1e7a9ba5 (diff)
downloadbfs-050b2eeed4c773706ee8d48a76797d78cc500602.tar.xz
ci/codeql: Exclude some alerts
And try not to analyze config/*.c
Diffstat (limited to '.github/codeql.yml')
-rw-r--r--.github/codeql.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/codeql.yml b/.github/codeql.yml
new file mode 100644
index 0000000..6ff8337
--- /dev/null
+++ b/.github/codeql.yml
@@ -0,0 +1,9 @@
+query-filters:
+ - exclude:
+ id: cpp/commented-out-code
+ - exclude:
+ id: cpp/long-switch
+ - exclude:
+ id: cpp/loop-variable-changed
+ - exclude:
+ id: cpp/poorly-documented-function