Skip to content

Commit

Permalink
add missing rubocop options
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelglass committed Apr 4, 2020
1 parent 3e37b25 commit b1a144f
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
Expand Up @@ -65,3 +65,9 @@ Style/HashTransformKeys:

Style/HashTransformValues:
Enabled: True

Lint/RaiseException:
Enabled: True

Lint/StructNewOverride:
Enabled: True

0 comments on commit b1a144f

Please sign in to comment.