Skip to content

Commit

Permalink
modernize syntax using Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
paddor committed Oct 17, 2022
1 parent 8d904fa commit 019d52f
Show file tree
Hide file tree
Showing 31 changed files with 2,086 additions and 2,011 deletions.
15 changes: 14 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Layout/EmptyLineAfterMagicComment:
Enabled: true
Layout/ExtraSpacing:
AllowForAlignment: true
ForceEqualSignAlignment: true
Layout/EmptyLines:
Enabled: false
Layout/EmptyLineBetweenDefs:
Expand Down Expand Up @@ -152,3 +151,17 @@ Style/SwapValues: # new in 1.1
Enabled: true
Style/ClassAndModuleChildren:
Enabled: false
Style/StringConcatenation:
Enabled: false
Style/RescueModifier:
Enabled: false
Style/YodaCondition:
Enabled: false
Lint/AmbiguousRegexpLiteral:
Enabled: false
Style/WordArray:
Enabled: false
Style/Semicolon:
Enabled: false
Lint/AmbiguousOperatorPrecedence:
Enabled: false
Loading

0 comments on commit 019d52f

Please sign in to comment.