Skip to content

Commit

Permalink
add new cops (#68)
Browse files Browse the repository at this point in the history
Add two new linting cops recently added to rubocop.
  • Loading branch information
goatshriek authored Apr 23, 2020
1 parent 34a676b commit 5dea72f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Lint/RaiseException:
Enabled: true

Lint/StructNewOverride:
Enabled: true

Metrics/AbcSize:
Max: 48

Expand Down

0 comments on commit 5dea72f

Please sign in to comment.