diff --git a/.codeclimate.yml b/.codeclimate.yml index 8e5144971..bd3c67280 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,11 +1,11 @@ plugins: editorconfig: - enabled: true + enabled: false pylint: enabled: true cppcheck: enabled: true project: compile_commands.json language: c++ check: warning, style, performance stds: [c++14]