From 2c6d7b737661b171a6ee730b35d90ac14d9021e2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20D=C5=82ugo=C5=82=C4=99cki?= Date: Sat, 18 Jun 2016 16:45:30 +0200 Subject: [PATCH] Add code climate initial configuration --- .codeclimate.yml | 16 ++++++++++++++++ .travis.yml | 2 ++ 2 files changed, 18 insertions(+) create mode 100644 .codeclimate.yml 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 -- 2.30.2