From 6df6cf7c35b139494397429dacda4041c0a19111 Mon Sep 17 00:00:00 2001 From: Jacob Hageman Date: Fri, 14 Oct 2022 19:11:19 +0000 Subject: [PATCH] Fix #595, Remove obsolete lgtm config file --- .lgtm.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .lgtm.yml diff --git a/.lgtm.yml b/.lgtm.yml deleted file mode 100644 index bd7118b2e..000000000 --- a/.lgtm.yml +++ /dev/null @@ -1,24 +0,0 @@ -queries: -- include: "*" -- exclude: "cpp/class-many-fields" -- exclude: "cpp/long-switch" -- exclude: "cpp/trivial-switch" - -path_classifiers: - generated: - - "**/Ui_*" - -extraction: - python: - python_setup: - version: "3" - index: - include: "tools/cFS-GroundSystem" - cpp: - index: - build_command: - - "cp cfe/cmake/Makefile.sample Makefile" - - "cp -r cfe/cmake/sample_defs sample_defs" - - "make OMIT_DEPRECATED=true prep" - - "make" -