From 050b2eeed4c773706ee8d48a76797d78cc500602 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 22 Apr 2024 14:11:35 -0400 Subject: ci/codeql: Exclude some alerts And try not to analyze config/*.c --- .github/codeql.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/codeql.yml (limited to '.github/codeql.yml') 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 -- cgit v1.2.3