Layout/LineLength:
Max: 270
-# Offense count: 62
-# Cop supports --auto-correct.
-Lint/AmbiguousOperatorPrecedence:
- Exclude:
- - 'app/controllers/geocoder_controller.rb'
- - 'app/models/user.rb'
- - 'lib/bounding_box.rb'
- - 'lib/osm.rb'
- - 'lib/rich_text.rb'
- - 'lib/short_link.rb'
- - 'test/controllers/api/old_nodes_controller_test.rb'
- - 'test/lib/short_link_test.rb'
-
# Offense count: 34
# Configuration parameters: AllowSafeAssignment.
Lint/AssignmentInCondition:
Minitest/MultipleAssertions:
Max: 52
-# Offense count: 3
+# Offense count: 1
Naming/AccessorMethodName:
Exclude:
- - 'app/controllers/application_controller.rb'
- 'app/helpers/title_helper.rb'
- - 'lib/osm.rb'
# Offense count: 8
# Configuration parameters: NamePrefix, ForbiddenPrefixes, AllowedMethods, MethodDefinitionMacros.