map export service can rely on rubocop AbcSize instead of MethodLength because of long literal assignments
This commit is contained in:
parent
99be53225c
commit
cfca0ba481
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue