From fd13a1f30b799002185637d480bcd03de97c0467 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Mon, 11 Mar 2024 22:57:33 -0700 Subject: [PATCH] Configure some codeclimate exclusions --- .codeclimate.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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/*"