diff --git a/.codeclimate.yml b/.codeclimate.yml index aacf2e734..0d7b0f729 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -3,4 +3,8 @@ plugins: rubocop: enabled: true channel: rubocop-1-56-3 - +exclude_patterns: + - "vendor/**/*" + - "public/*" + - "lib/tasks/*" + - "bin/*"