From 32a51335509465b9c13e4f735c34b0675de1f046 Mon Sep 17 00:00:00 2001 From: Milo Banks Date: Thu, 16 Jan 2025 10:47:10 -0700 Subject: [PATCH] Remove Codacy (#85) * [pypa] * [codacy] remove * Revert "[pypa]" This reverts commit 3ec18411ce33f680173e110d2baa13a9cfb1aae2. --- .codacy.yaml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .codacy.yaml diff --git a/.codacy.yaml b/.codacy.yaml deleted file mode 100644 index ccca973..0000000 --- a/.codacy.yaml +++ /dev/null @@ -1,8 +0,0 @@ ---- -engines: - cppcheck: - language: c++ - -# https://stackoverflow.com/questions/36825903/cppcheck-claims-that-a-field-is-not-used-while-it-is-in-another-file -exclude_paths: - - "src/**.hpp"