summaryrefslogtreecommitdiff
path: root/.github/codeql/codeql-config.yml
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2025-01-07 13:23:01 -0800
committerJussi Pakkanen <jpakkane@gmail.com>2025-01-08 00:40:36 +0200
commit5b3914629884c4e3977ed4c97323b5c5b4ce9563 (patch)
treed116bf716dd49c9a134a94f831b5588117bad4d8 /.github/codeql/codeql-config.yml
parentf782a1f118b19a90d100d25fa10391930cf39b3f (diff)
downloadmeson-5b3914629884c4e3977ed4c97323b5c5b4ce9563.tar.gz
CI: remove codeql
It rarely finds real issues that other scanners (pylint, flake8, mypy) don't find, and gives lots of useless and annoying errors that clutter discussions
Diffstat (limited to '.github/codeql/codeql-config.yml')
-rw-r--r--.github/codeql/codeql-config.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/codeql/codeql-config.yml b/.github/codeql/codeql-config.yml
deleted file mode 100644
index 9b144885f..000000000
--- a/.github/codeql/codeql-config.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-queries:
- - uses: ./.github/codeql/lgtm.qls
-
-paths-ignore:
- - 'test cases'