From a417adaab2c5e20b6055bb3646775cd400254420 Mon Sep 17 00:00:00 2001 From: Nicolas Pope <nicolas.pope@utu.fi> Date: Sat, 7 May 2022 08:14:29 +0100 Subject: [PATCH] Add code climate yml --- .codeclimate.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..9c892e0 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,9 @@ +plugins: + cppcheck: + enabled: true + config: + check: all + language: c++ + stds: + - c++14 + - c++17 \ No newline at end of file -- GitLab