summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.codacy.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.codacy.yml b/.codacy.yml
new file mode 100644
index 0000000..34b52d0
--- /dev/null
+++ b/.codacy.yml
@@ -0,0 +1,11 @@
+---
+engines:
+ cppcheck:
+languages:
+ cpp:
+ extensions:
+ - '-cpp'
+ - '-h'
+exclude_paths:
+ - 'docs/**'
+ \ No newline at end of file