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