Skip to content

Commit

Permalink
Enable new cops
Browse files Browse the repository at this point in the history
New cops are not enabled by default by rubocop because they can be
disruptive.  They are however relevant regarding the code quality, and
because the activity on the project is rather low, enable them.
  • Loading branch information
smortex committed Jan 21, 2024
1 parent f854a4a commit 5fa9315
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
AllCops:
NewCops: enable
Exclude:
- lib/riemann/tools/*_parser.tab.rb
- vendor/bundle/**/*
Expand Down

0 comments on commit 5fa9315

Please sign in to comment.