Skip to content

Commit

Permalink
try make codeclimate-yml exclude patterns absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff authored Sep 27, 2021
1 parent 881e296 commit 754bf25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bids-validator/.codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ plugins:
config:
count_threshold: 3
exclude_patterns:
- "**/versioneer.py"
- "**/_version.py"
- "versioneer.py"
- "bids-validator/_version.py"

0 comments on commit 754bf25

Please sign in to comment.