+# 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
+# Cop supports --auto-correct.
+# Configuration parameters: EnforcedStyle.
+# SupportedStyles: always, never
+Style/FrozenStringLiteralComment: