From dd86abcc5e18578cd105646bdb227233e307b496 Mon Sep 17 00:00:00 2001 From: Skylot <118523+skylot@users.noreply.github.com> Date: Sun, 10 Nov 2024 17:25:27 +0000 Subject: [PATCH] chore: remove LGTM config --- lgtm.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 lgtm.yml diff --git a/lgtm.yml b/lgtm.yml deleted file mode 100644 index 95a6456c8..000000000 --- a/lgtm.yml +++ /dev/null @@ -1,11 +0,0 @@ -path_classifiers: - test: - - "**/test/**/*.java" - -extraction: - java: - index: - build_command: ./gradlew clean build -x test - java_version: 11 - properties_files: true - xml_mode: disabled