DEFRA / os-map-ref

OsMapRef is a tool to help handle UK Ordnance Survey map references, in particular to convert them to other coordinate systems
Other
2 stars 5 forks source link

Resolve redundant regex issue found by rubocop #37

Closed Cruikshanks closed 4 years ago

Cruikshanks commented 4 years ago

Fix

lib/os_map_ref/input_processor.rb:118:21: C: Redundant escape inside regexp literal
      separator = /[\,\s]+/ # commas or spaces
                    ^^
12 files inspected, 1 offense detected