-# Offense count: 1
-# Configuration parameters: AllowedChars.
-Style/AsciiComments:
- Exclude:
- - 'test/models/message_test.rb'
-
-# Offense count: 263
-Style/Documentation:
- Enabled: false
-
-# Offense count: 27
-# Configuration parameters: EnforcedStyle.
-# SupportedStyles: annotated, template, unannotated
-Style/FormatStringToken:
- Exclude:
- - 'app/models/concerns/geo_record.rb'
- - 'app/views/api/map/_bounds.xml.builder'
- - 'lib/bounding_box.rb'
- - 'test/controllers/api/map_controller_test.rb'
- - 'test/controllers/api/relations_controller_test.rb'
- - 'test/controllers/api/ways_controller_test.rb'
- - 'test/lib/bounding_box_test.rb'
-
-# Offense count: 539