Skip to content

Commit bdbeca8

Browse files
authored
add more files to cc exclude (#17)
1 parent 61eeee9 commit bdbeca8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.codeclimate.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,10 @@ checks:
4343
threshold: #language-specific defaults. overrides affect all languages.
4444
exclude_patterns:
4545
- "src/Parser/TokenParser.php"
46+
- "src/Command"
4647
- "tests/"
4748
- "**/vendor/"
49+
- "example/"
4850
- "**/*.avsc"
4951
- "**/*.yml"
5052
- "**/*.md"
@@ -56,3 +58,5 @@ exclude_patterns:
5658
- "**/*.xml"
5759
- "**/docker/"
5860
- "src/console"
61+
- ".github"
62+
- ".codeclimate.yml"

0 commit comments

Comments
 (0)