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"