From bfa0f85ffe385278687882a87d40ddcb50d09101 Mon Sep 17 00:00:00 2001 From: Luc Peterson Date: Wed, 26 Jun 2024 12:20:35 -0400 Subject: [PATCH] Delete .lgtm.yml --- .lgtm.yml | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 .lgtm.yml diff --git a/.lgtm.yml b/.lgtm.yml deleted file mode 100644 index b1b073e2b..000000000 --- a/.lgtm.yml +++ /dev/null @@ -1,35 +0,0 @@ -########################################################################################## -# Customize file classifications. # -# Results from files under any classifier will be excluded from LGTM # -# statistics. # -########################################################################################## - -########################################################################################## -# Use the `path_classifiers` block to define changes to the default classification of # -# files. # -########################################################################################## - -path_classifiers: - test: - # Exclude all files to ovveride lgtm defaults - - exclude: / - # Classify all files in the top-level directories tests/ - # and merlin/examples as test code. - - tests - - merlin/examples - -######################################################################################### -# Use the `queries` block to change the default display of query results. # -# The py/clear-text-logging-sensitive-data exclusion is due to cert and password # -# keywords being flagged as security leaks. # -######################################################################################### - -queries: - - include: "*" - - exclude: "py/clear-text-logging-sensitive-data" - -extraction: - python: - python_setup: - version: "3" -