Skip to content

Commit bd03273

Browse files
committed
Fix configuration error regarding hash alignment cop
Error: The `Layout/AlignHash` cop has been renamed to `Layout/HashAlignment`. (obsolete configuration found in .rubocop.yml, please update it)
1 parent e6aa3c3 commit bd03273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ AllCops:
1313
- 'spec/smoke_tests/**/*.rb'
1414

1515
# See https://github.com/rubocop-hq/rubocop/issues/6410
16-
Layout/AlignHash:
16+
Layout/HashAlignment:
1717
Enabled: false
1818

1919
Metrics/BlockLength:

0 commit comments

Comments
 (0)