Skip to content

Commit 6ca299b

Browse files
authored
Allow either_consistent for HashSyntax (#4949)
1 parent 5d45b2a commit 6ca299b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rubocop_cc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Style/ExpandPathArguments:
112112
Style/FormatString:
113113
EnforcedStyle: sprintf
114114
Style/HashSyntax:
115-
EnforcedShorthandSyntax: consistent
115+
EnforcedShorthandSyntax: either_consistent
116116
Style/RaiseArgs:
117117
EnforcedStyle: compact
118118
Migration/TooManyMigrationRuns:

0 commit comments

Comments
 (0)