# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
+# Work around erblint issues.
+# https://github.com/openstreetmap/openstreetmap-website/issues/2472
+require:
+ - rubocop-minitest
+ - rubocop-performance
+ - rubocop-rails
+
# Offense count: 565
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
- 'app/models/user.rb'
- 'lib/classic_pagination/pagination.rb'
-# Offense count: 5
-# Cop supports --auto-correct.
-Performance/RegexpMatch:
- Exclude:
- - 'app/helpers/browse_tags_helper.rb'
- - 'app/validators/characters_validator.rb'
- - 'app/validators/whitespace_validator.rb'
-
# Offense count: 5
# Configuration parameters: Database, Include.
# SupportedDatabases: mysql, postgresql
Style/FrozenStringLiteralComment:
Enabled: false
-# Offense count: 2
-# Cop supports --auto-correct.
-Style/IfUnlessModifier:
- Exclude:
- - 'app/controllers/api/ways_controller.rb'
-
# Offense count: 78
# Cop supports --auto-correct.
# Configuration parameters: Strict.