|
|
|
@ -13,24 +13,6 @@ Bundler/OrderedGems:
|
|
|
|
|
Exclude:
|
|
|
|
|
- 'Gemfile'
|
|
|
|
|
|
|
|
|
|
# This cop supports safe autocorrection (--autocorrect).
|
|
|
|
|
# Configuration parameters: AllowMultipleStyles, EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle.
|
|
|
|
|
# SupportedHashRocketStyles: key, separator, table
|
|
|
|
|
# SupportedColonStyles: key, separator, table
|
|
|
|
|
# SupportedLastArgumentHashStyles: always_inspect, always_ignore, ignore_implicit, ignore_explicit
|
|
|
|
|
Layout/HashAlignment:
|
|
|
|
|
Exclude:
|
|
|
|
|
- 'config/environments/production.rb'
|
|
|
|
|
- 'config/initializers/rack_attack.rb'
|
|
|
|
|
- 'config/routes.rb'
|
|
|
|
|
|
|
|
|
|
# This cop supports safe autocorrection (--autocorrect).
|
|
|
|
|
# Configuration parameters: AllowDoxygenCommentStyle, AllowGemfileRubyComment.
|
|
|
|
|
Layout/LeadingCommentSpace:
|
|
|
|
|
Exclude:
|
|
|
|
|
- 'config/application.rb'
|
|
|
|
|
- 'config/initializers/3_omniauth.rb'
|
|
|
|
|
|
|
|
|
|
# This cop supports safe autocorrection (--autocorrect).
|
|
|
|
|
# Configuration parameters: Max, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
|
|
|
|
|
# URISchemes: http, https
|
|
|
|
@ -38,14 +20,6 @@ Layout/LineLength:
|
|
|
|
|
Exclude:
|
|
|
|
|
- 'app/models/account.rb'
|
|
|
|
|
|
|
|
|
|
# This cop supports safe autocorrection (--autocorrect).
|
|
|
|
|
# Configuration parameters: EnforcedStyle.
|
|
|
|
|
# SupportedStyles: require_no_space, require_space
|
|
|
|
|
Layout/SpaceInLambdaLiteral:
|
|
|
|
|
Exclude:
|
|
|
|
|
- 'config/environments/production.rb'
|
|
|
|
|
- 'config/initializers/content_security_policy.rb'
|
|
|
|
|
|
|
|
|
|
# Configuration parameters: AllowComments, AllowEmptyLambdas.
|
|
|
|
|
Lint/EmptyBlock:
|
|
|
|
|
Exclude:
|
|
|
|
|