Skip to content

Commit

Permalink
Added New Rubocop Cops after Stickler Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dandush03 committed Apr 13, 2020
1 parent 235b56d commit e7d35a6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ror/.rubocop.yml
Expand Up @@ -48,3 +48,13 @@ Layout/ExtraSpacing:
Layout/MultilineMethodCallIndentation:
Enabled: true
EnforcedStyle: indented
Lint/RaiseException:
Enabled: false
Lint/StructNewOverride:
Enabled: false
Style/HashEachMethods:
Enabled: false
Style/HashTransformKeys:
Enabled: false
Style/HashTransformValues:
Enabled: false
10 changes: 10 additions & 0 deletions ruby/.rubocop.yml
Expand Up @@ -39,3 +39,13 @@ Layout/ExtraSpacing:
Layout/MultilineMethodCallIndentation:
Enabled: true
EnforcedStyle: indented
Lint/RaiseException:
Enabled: false
Lint/StructNewOverride:
Enabled: false
Style/HashEachMethods:
Enabled: false
Style/HashTransformKeys:
Enabled: false
Style/HashTransformValues:
Enabled: false

0 comments on commit e7d35a6

Please sign in to comment.