From: Rafał Długołęcki Date: Sat, 18 Jun 2016 14:45:30 +0000 (+0200) Subject: Add code climate initial configuration X-Git-Url: https://git.dlugolecki.net.pl/?p=command.git;a=commitdiff_plain;h=2c6d7b737661b171a6ee730b35d90ac14d9021e2 Add code climate initial configuration --- diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..a6533ae --- /dev/null +++ b/.codeclimate.yml @@ -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/ diff --git a/.travis.yml b/.travis.yml index c263d40..f3a2cb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,3 +19,5 @@ addons: 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