From 7505fe047c6323825580b1cd8f0c385752b39028 Mon Sep 17 00:00:00 2001 From: Danny Allen Date: Tue, 7 Apr 2020 01:24:35 -0700 Subject: [PATCH] [lgtm] Add LGTM checks to vs tests (#1244) Signed-off-by: Danny Allen --- 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 000000000000..7e5e02d3688b --- /dev/null +++ b/lgtm.yml @@ -0,0 +1,7 @@ +path_classifiers: + test: + exclude: tests +extraction: + python: + python_setup: + version: "2"