Sha256: 5bc81eebd47938258b4b4afb27a1e7fce778a989adb43d17ee665c7a8d19f9e6
Contents?: true
Size: 892 Bytes
Versions: 59
Compression:
Stored size: 892 Bytes
Contents
# For more information about this configuration visit # https://docs.fastlane.tools/actions/precheck # In general, you can use the options available # fastlane precheck --help # Remove the # in front of the line to enable the option # You have three possible values for each rule options # :skip # indicates that your metadata will not be checked by this rule # :warn # when triggered, this rule will warn you of a potential problem # :fail # when triggered, this rule will cause an error to be displayed and it will prevent any further fastlane commands from running after precheck finishes # Examples: # negative_apple_sentiment(level: :skip) # curse_words(level: :warn) # future_functionality(level: :error) # other_platforms(level: :error) # placeholder_text(level: :error) # test_words(level: :error) # unreachable_urls(level: :error) # custom_text(data: ["fabric"], level: :warn)
Version data entries
59 entries across 59 versions & 1 rubygems