-# Offense count: 3080
-# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
-# URISchemes: http, https
-Metrics/LineLength:
- Max: 1073
+# Offense count: 20
+Style/OptionalBooleanParameter:
+ Exclude:
+ - 'app/controllers/api/notes_controller.rb'
+ - 'app/controllers/application_controller.rb'
+ - 'app/helpers/browse_helper.rb'
+ - 'app/models/changeset.rb'
+ - 'app/models/node.rb'
+ - 'app/models/relation.rb'
+ - 'app/models/trace.rb'
+ - 'app/models/tracepoint.rb'
+ - 'app/models/way.rb'
+ - 'test/models/diary_entry_test.rb'
+ - 'test/models/trace_test.rb'
+ - 'test/models/tracetag_test.rb'
+
+# Offense count: 6
+# Configuration parameters: AllowModifier.
+Style/SoleNestedConditional:
+ Exclude:
+ - 'app/controllers/user_blocks_controller.rb'
+ - 'app/models/old_way.rb'
+ - 'app/validators/characters_validator.rb'
+ - 'app/validators/whitespace_validator.rb'
+ - 'lib/classic_pagination/pagination.rb'
+
+# Offense count: 28
+# Cop supports --auto-correct.
+Style/StringConcatenation:
+ Enabled: false