summaryrefslogtreecommitdiffstats
path: root/.github/codeql.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/codeql.yml')
-rw-r--r--.github/codeql.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/codeql.yml b/.github/codeql.yml
new file mode 100644
index 0000000..a4271ec
--- /dev/null
+++ b/.github/codeql.yml
@@ -0,0 +1,13 @@
+query-filters:
+ - exclude:
+ id: cpp/commented-out-code
+ - exclude:
+ id: cpp/include-non-header
+ - exclude:
+ id: cpp/long-switch
+ - exclude:
+ id: cpp/loop-variable-changed
+ - exclude:
+ id: cpp/poorly-documented-function
+ - exclude:
+ id: cpp/constant-comparison