Skip to content

Commit

Permalink
Add new rubocop rules
Browse files Browse the repository at this point in the history
  • Loading branch information
zqianem committed May 2, 2020
1 parent b3a827c commit 6aeac8d
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 @@ -25,3 +25,9 @@ Lint/RaiseException:

Lint/StructNewOverride:
Enabled: true

Layout/SpaceAroundMethodCallOperator:
Enabled: false

Style/ExponentialNotation:
Enabled: true

0 comments on commit 6aeac8d

Please sign in to comment.