diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-10-02 15:30:38 +0200 |
---|---|---|
committer | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-10-04 16:17:57 +0200 |
commit | 80e9eed35a537482897555eac641dad12b921064 (patch) | |
tree | 73bd6488fee6eec1814b92140819fb7827cdc5aa /.github/codeql/codeql-config.yml | |
parent | 23b3990f99d2614f932f331138afa30a7ad1c413 (diff) | |
download | PrismLauncher-80e9eed35a537482897555eac641dad12b921064.tar.gz PrismLauncher-80e9eed35a537482897555eac641dad12b921064.tar.bz2 PrismLauncher-80e9eed35a537482897555eac641dad12b921064.zip |
fix: remove old unused lgtm.yml, exclude cpp/fixme-comment
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
Diffstat (limited to '.github/codeql/codeql-config.yml')
-rw-r--r-- | .github/codeql/codeql-config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/codeql/codeql-config.yml b/.github/codeql/codeql-config.yml new file mode 100644 index 00000000..70acfdfd --- /dev/null +++ b/.github/codeql/codeql-config.yml @@ -0,0 +1,3 @@ +query-filters: + - exclude: + id: cpp/fixme-comment |