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 | |
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>
-rw-r--r-- | .github/codeql/codeql-config.yml | 3 | ||||
-rw-r--r-- | .github/workflows/build.yml | 1 | ||||
-rw-r--r-- | lgtm.yml | 2 |
3 files changed, 4 insertions, 2 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 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9f377e58..6a9f393c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,6 +68,7 @@ jobs: if: runner.os == 'Linux' && matrix.qt_ver == 6 uses: github/codeql-action/init@v2 with: + config-file: ./.github/codeql/codeql-config.yml queries: security-and-quality languages: cpp, java diff --git a/lgtm.yml b/lgtm.yml deleted file mode 100644 index 39cd3036..00000000 --- a/lgtm.yml +++ /dev/null @@ -1,2 +0,0 @@ -queries: - - exclude: "cpp/fixme-comment" # We like to use FIXME |