Skip to content

Commit

Permalink
Added exclude patterns to cc file
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Dec 22, 2019
1 parent 727ae3a commit 106166c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .codeclimate.yml
Expand Up @@ -2,3 +2,14 @@ exclude_patterns:
- "docs/"
- "libs/"
- "**/*test_*.js"
- "config/"
- "db/"
- "dist/"
- "features/"
- "**/node_modules/"
- "script/"
- "**/spec/"
- "**/test/"
- "**/tests/"
- "Tests/"
- "**/vendor/"

0 comments on commit 106166c

Please sign in to comment.