From bf184a5785f4772cc22a5f82d4bb31b41cbbc957 Mon Sep 17 00:00:00 2001 From: Milo Banks Date: Wed, 18 Sep 2024 09:54:52 -0600 Subject: [PATCH] [codacy] stop checking headers (#42) --- .codacy.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .codacy.yaml diff --git a/.codacy.yaml b/.codacy.yaml new file mode 100644 index 0000000..ccca973 --- /dev/null +++ b/.codacy.yaml @@ -0,0 +1,8 @@ +--- +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"