Skip to content

Commit 575ee61

Browse files
committed
Fix line too long rubocop warning
1 parent b7b0650 commit 575ee61

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/fastlane/plugin/wpmreleasetoolkit/actions/android/an_localize_libs_action.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ def self.available_options
4141
# See `Fastlane::Helper::Android::LocalizeHelper.merge_lib`'s YARD doc for more details on the keys expected for each Hash.
4242
FastlaneCore::ConfigItem.new(key: :libs_strings_path,
4343
env_name: 'LOCALIZE_LIBS_STRINGS_PATH',
44-
description: 'The list of libs to merge. Each item in the provided array must be a Hash with the keys `:library` (The library display name), `:strings_path` (The path to the `strings.xml` file of the library) and `:exclusions` (Array of string keys to exclude from merging)',
44+
description: 'The list of libs to merge. ' \
45+
+ 'Each item in the provided array must be a Hash with the keys `:library` (The library display name),' \
46+
+ '`:strings_path` (The path to the `strings.xml` file of the library) and ' \
47+
+ '`:exclusions` (Array of string keys to exclude from merging)',
4548
optional: false,
4649
type: Array),
4750
]

0 commit comments

Comments
 (0)