From 8e26ecd308bbe198a200c30456c32f1298d823cc Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 1 May 2023 18:46:03 -0400 Subject: [PATCH] Drop Codacy code scanning. --- .codacy.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .codacy.yml diff --git a/.codacy.yml b/.codacy.yml deleted file mode 100644 index 2a58bd4522..0000000000 --- a/.codacy.yml +++ /dev/null @@ -1,7 +0,0 @@ -engines: - cppcheck: - exclude_paths: - - **/* - shellcheck: - exclude_paths: - - **/* -- 2.47.2