Skip to content

Commit

Permalink
Configure some codeclimate exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Mar 12, 2024
1 parent 245e379 commit fd13a1f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ plugins:
rubocop:
enabled: true
channel: rubocop-1-56-3

exclude_patterns:
- "vendor/**/*"
- "public/*"
- "lib/tasks/*"
- "bin/*"

0 comments on commit fd13a1f

Please sign in to comment.