- rubocop-minitest
- rubocop-performance
- rubocop-rails
+ - rubocop-rake
# Offense count: 544
# Cop supports --auto-correct.
# 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
Rails/TimeZone:
Enabled: false
+# Offense count: 8
+Rake/Desc:
+ Exclude:
+ - 'lib/tasks/auto_annotate_models.rake'
+ - 'lib/tasks/eslint.rake'
+ - 'lib/tasks/subscribe_diary_authors.rake'
+ - 'lib/tasks/subscribe_old_changesets.rake'
+ - 'lib/tasks/testing.rake'
+
# Offense count: 558
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.