summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2019-11-20 09:57:05 +0100
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2019-11-20 10:30:19 +0100
commit9f67ad59b0cf52fb2fe949c22c366229b4a64409 (patch)
tree0c73634616db22e469d47e2996b5be80c3087dd5
parentee05d0d1ff9a1788e48c2802c1bc568dbab58ee1 (diff)
downloadefl-9f67ad59b0cf52fb2fe949c22c366229b4a64409.tar.gz
tooling: add configuration file for lgtm.com service
It seems they run this on many Github projects automatically now: https://lgtm.com/projects/g/Enlightenment/efl From my playing around it had 970 "recommendations" to fix our FIXME tags. Filtering out this noise by using this config file to exclude the query. It also seems to pick up the python scripts as Python2 and has wrong reporting due to this as well. Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com> Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de> Differential Revision: https://phab.enlightenment.org/D10699
-rw-r--r--.lgtm.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.lgtm.yml b/.lgtm.yml
new file mode 100644
index 0000000000..047563d72d
--- /dev/null
+++ b/.lgtm.yml
@@ -0,0 +1,7 @@
+extraction:
+ python:
+ python_setup:
+ version: 3
+queries:
+ -
+ exclude: cpp/fixme-comment