From e5c161868f221541b53b16420209d826c0bea6a5 Mon Sep 17 00:00:00 2001 From: Tom Morris Date: Sat, 20 Jun 2020 21:12:24 -0400 Subject: [PATCH] Merge .lgtm.yml and lgtm.yml Although both names are supported, only the first configuration found is used. Since lgtm.yml has higher precedence, we'll use that to avoid the risk of future problems. --- .lgtm.yml | 6 ------ lgtm.yml | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 .lgtm.yml diff --git a/.lgtm.yml b/.lgtm.yml deleted file mode 100644 index dfba7b207..000000000 --- a/.lgtm.yml +++ /dev/null @@ -1,6 +0,0 @@ - -extraction: - java: - index: - build_command: - - mvn clean test diff --git a/lgtm.yml b/lgtm.yml index 03b7d128f..19be59bcb 100644 --- a/lgtm.yml +++ b/lgtm.yml @@ -1,2 +1,8 @@ +extraction: + java: + index: + build_command: + - mvn clean test + queries: - exclude: java/insecure-cookie