Skip to content

Commit

Permalink
Update rubocop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
360dgries committed Dec 13, 2023
1 parent 3796dea commit 3d0ec56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ AllCops:
- 'bin/*'
Layout/LineLength:
Enabled: false
Style/AccessorGrouping:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
Style/HashEachMethods:
Expand All @@ -20,6 +22,8 @@ Style/HashTransformKeys:
Enabled: true
Style/HashTransformValues:
Enabled: true
Style/WordArray:
EnforcedStyle: brackets
inherit_mode:
merge:
- Exclude

0 comments on commit 3d0ec56

Please sign in to comment.