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" -