Skip to content

Commit

Permalink
Add CodeClimate plugin: fixme (#50)
Browse files Browse the repository at this point in the history
And exclude `rubocop` files.
  • Loading branch information
gonzedge committed May 15, 2023
1 parent dc7cb17 commit e93c755
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
exclude_paths:
exclude_patterns:
- 'tasks/'
plugins:
# No to-dos or similar
fixme:
enabled: true
exclude_patterns:
- '.rubocop.*'

0 comments on commit e93c755

Please sign in to comment.