From e2ea0a45564c2ca9c9416c581c3251ee5e817efa Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Wed, 21 Aug 2024 01:38:09 -0400 Subject: [PATCH] chore: add exclusions --- .codeclimate.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index aa943ad..d1ad555 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -7,3 +7,8 @@ checks: threshold: 10 return-statements: enabled: false + +exclude_patterns: + - "src/sylva/data/nlp/spacy_models/" + - "**/tests/" + - "**/intelxapi.py"