diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2025-01-07 13:23:01 -0800 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2025-01-08 00:40:36 +0200 |
| commit | 5b3914629884c4e3977ed4c97323b5c5b4ce9563 (patch) | |
| tree | d116bf716dd49c9a134a94f831b5588117bad4d8 /.github/codeql/codeql-config.yml | |
| parent | f782a1f118b19a90d100d25fa10391930cf39b3f (diff) | |
| download | meson-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.yml | 5 |
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' |
