tooling: add configuration file for lgtm.com service
authorStefan Schmidt <s.schmidt@samsung.com>
Wed, 20 Nov 2019 08:57:05 +0000 (09:57 +0100)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 21 Nov 2019 06:52:27 +0000 (15:52 +0900)
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

.lgtm.yml [new file with mode: 0644]

diff --git a/.lgtm.yml b/.lgtm.yml
new file mode 100644 (file)
index 0000000..047563d
--- /dev/null
+++ b/.lgtm.yml
@@ -0,0 +1,7 @@
+extraction: 
+  python: 
+    python_setup: 
+      version: 3
+queries: 
+  - 
+    exclude: cpp/fixme-comment