map export service can rely on rubocop AbcSize instead of MethodLength because of long literal assignments

This commit is contained in:
Devin Howard 2016-10-08 13:56:10 +08:00
parent 99be53225c
commit cfca0ba481

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
# rubocop:disable Metrics/MethodLength
class MapExportService
attr_reader :user, :map, :base_url
@ -114,3 +114,4 @@ class MapExportService
spreadsheet
end
end
# rubocop:disable Metrics/MethodLength