# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Layout/LineLength:
- Max: 254
+ Max: 270
# Offense count: 36
# Configuration parameters: AllowSafeAssignment.
Exclude:
- 'app/helpers/title_helper.rb'
+Rails/LexicallyScopedActionFilter:
+ Exclude:
+ - 'app/controllers/oauth2_applications_controller.rb'
+
# Offense count: 5
# Configuration parameters: Include.
# Include: db/migrate/*.rb
- 'lib/tasks/subscribe_old_changesets.rake'
- 'lib/tasks/testing.rake'
-# Offense count: 3
-Rake/MethodDefinitionInTask:
- Exclude:
- - 'lib/tasks/eslint.rake'
-
# Offense count: 558
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.