From 9f67ad59b0cf52fb2fe949c22c366229b4a64409 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 20 Nov 2019 09:57:05 +0100 Subject: [PATCH] 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 Reviewed-by: Marcel Hollerbach Differential Revision: https://phab.enlightenment.org/D10699 --- .lgtm.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .lgtm.yml 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