diff options
author | Ezekiel Smith <ezekielsmith@protonmail.com> | 2022-06-22 01:14:08 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-22 01:14:08 +1000 |
commit | d2322482687047b8dd154a7b4ce2195c501d3de7 (patch) | |
tree | 671fd433bd5e81e64be3da713e651bb59e0577fa | |
parent | 90025ed45d92fd8e3500389a8849232670a083fa (diff) | |
parent | 4c6ac9e4fe26085d7f3532194d516d79d691d8a2 (diff) | |
download | PrismLauncher-d2322482687047b8dd154a7b4ce2195c501d3de7.tar.gz PrismLauncher-d2322482687047b8dd154a7b4ce2195c501d3de7.tar.bz2 PrismLauncher-d2322482687047b8dd154a7b4ce2195c501d3de7.zip |
Merge pull request #807 from Scrumplex/lgtm-config
Add LGTM config
-rw-r--r-- | lgtm.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lgtm.yml b/lgtm.yml new file mode 100644 index 00000000..39cd3036 --- /dev/null +++ b/lgtm.yml @@ -0,0 +1,2 @@ +queries: + - exclude: "cpp/fixme-comment" # We like to use FIXME |