Skip to content

Commit

Permalink
[Added] new Rubocop cops
Browse files Browse the repository at this point in the history
Signed-off-by: Vikram Yadav <vyadav@pivotal.io>
  • Loading branch information
Pivotal-Jeff-Jun authored and Vikram Yadav committed May 13, 2020
1 parent 1bab49d commit c4cc6b8
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 @@ -48,6 +48,12 @@ Style/MissingRespondToMissing:
Enabled: false
Style/FormatStringToken:
EnforcedStyle: unannotated
Style/HashEachMethods:
Enabled: true
Style/HashTransformKeys:
Enabled: true
Style/HashTransformValues:
Enabled: true
Layout/MultilineMethodCallIndentation:
Enabled: false
DoubleNegation:
Expand Down

0 comments on commit c4cc6b8

Please sign in to comment.