From d639ae57a9d9ef5113b12a6d46d540d95869704d Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Wed, 21 Sep 2022 10:51:19 -0400 Subject: [PATCH] don't analyze temp or test --- .codeclimate.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 481a030d..f38a4ced 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -9,3 +9,8 @@ checks: method-lines: config: threshold: 300 +exclude_patterns: +- "cypress/" +- "**/node_modules/" +- "temp/" +- "test/" \ No newline at end of file