# 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: 3338
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Layout/LineLength:
- Max: 260
+ Max: 370
# Offense count: 35
# Configuration parameters: AllowSafeAssignment.
# Offense count: 74
Metrics/CyclomaticComplexity:
- Max: 22
+ Max: 28
# Offense count: 722
# Configuration parameters: CountComments, ExcludedMethods.