bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=9f67ad59b0cf52fb2fe949c22c366229b4a64409

commit 9f67ad59b0cf52fb2fe949c22c366229b4a64409
Author: Stefan Schmidt <s.schm...@samsung.com>
Date:   Wed Nov 20 09:57:05 2019 +0100

    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.schm...@samsung.com>
    Reviewed-by: Marcel Hollerbach <m...@marcel-hollerbach.de>
    Differential Revision: https://phab.enlightenment.org/D10699
---
 .lgtm.yml | 7 +++++++
 1 file changed, 7 insertions(+)

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

-- 


Reply via email to