We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nil
1 parent 649b103 commit b4db3f4Copy full SHA for b4db3f4
lib/fastlane/plugin/wpmreleasetoolkit/helper/android/android_localize_helper.rb
@@ -24,7 +24,7 @@ def self.skip_string_by_tag(string_line)
24
25
# Checks if string_name is in the excluesion list
26
def self.skip_string_by_exclusion_list(library, string_name)
27
- return false unless library.key?(:exclusions)
+ return false if library[:exclusions].nil?
28
29
skip = library[:exclusions].include?(string_name)
30
if skip
0 commit comments