AllCops: TargetRubyVersion: 2.4 DisplayCopNames: true DisabledByDefault: true Exclude: - 'vendor/**/*' Style/HashSyntax: Enabled: true Layout/EmptyLines: Enabled: true Layout/TrailingBlankLines: Enabled: true Layout/TrailingWhitespace: Enabled: true Style/MethodDefParentheses: Enabled: true # Generated by gry Layout/AccessModifierIndentation: EnforcedStyle: indent Enabled: true Layout/CaseIndentation: EnforcedStyle: end Enabled: true Style/Encoding: Enabled: true Style/For: EnforcedStyle: each Enabled: true Style/FrozenStringLiteralComment: EnforcedStyle: never Enabled: true Layout/MultilineHashBraceLayout: EnforcedStyle: symmetrical Enabled: true Style/NumericLiteralPrefix: EnforcedOctalStyle: zero_only Enabled: true Style/StabbyLambdaParentheses: EnforcedStyle: require_parentheses Enabled: true Rails/ActionFilter: EnforcedStyle: action Enabled: true