Add code climate initial configuration
authorRafał Długołęcki <rafal@dlugolecki.net.pl>
Sat, 18 Jun 2016 14:45:30 +0000 (16:45 +0200)
committerRafał Długołęcki <rafal@dlugolecki.net.pl>
Sat, 18 Jun 2016 14:45:30 +0000 (16:45 +0200)
.codeclimate.yml [new file with mode: 0644]
.travis.yml

diff --git a/.codeclimate.yml b/.codeclimate.yml
new file mode 100644 (file)
index 0000000..a6533ae
--- /dev/null
@@ -0,0 +1,16 @@
+---
+engines:
+  fixme:
+    enabled: true
+  cppcheck:
+    enabled: true
+    config:
+      check: all
+      inconclusive: false
+      stds:
+        - c++11
+        - posix
+ratings:
+  paths: []
+exclude_paths:
+- tests/
index c263d40c2db0097c5ddb6b5e10df29e7460f0cfe..f3a2cb0e2ef8770ec4e496f713c999494b315cf6 100644 (file)
@@ -19,3 +19,5 @@ addons:
     build_command_prepend: "./autogen.sh ; ./configure; make clean"
     build_command:   "make -j 4"
     branch_pattern: coverity_scan
     build_command_prepend: "./autogen.sh ; ./configure; make clean"
     build_command:   "make -j 4"
     branch_pattern: coverity_scan
+  code_climate:
+        repo_token: 7c7ce5ba21e7889b416fa1e0be9ce9f293021c706ec99a099d965e26a2a23386
\ No newline at end of file