diff --git a/.rubocop_cc.yml b/.rubocop_cc.yml index 7e9f7b8ad1..bc55373b36 100644 --- a/.rubocop_cc.yml +++ b/.rubocop_cc.yml @@ -112,7 +112,7 @@ Style/ExpandPathArguments: Style/FormatString: EnforcedStyle: sprintf Style/HashSyntax: - EnforcedShorthandSyntax: consistent + EnforcedShorthandSyntax: either_consistent Style/RaiseArgs: EnforcedStyle: compact Migration/TooManyMigrationRuns: