Commit 23685000 authored by Fabio Pelosin's avatar Fabio Pelosin

[Push] Fix for changes `pod spec lint`.

parent 2c617aaa
......@@ -71,6 +71,7 @@ module Pod
lint_argv = ["lint"]
lint_argv << "--only-errors" if @allow_warnings
lint_argv << "--silent" if config.silent
lint_argv += podspec_files.map(&:to_s)
all_valid = Spec.new(ARGV.new(lint_argv)).run
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment