Commit 03460ea7 authored by Fabio Pelosin's avatar Fabio Pelosin

[Pod::Command::Spec] verbose output for install phase of lint

parent a587e4c4
......@@ -201,7 +201,7 @@ module Pod
def build_errors_for_spec(spec, file, is_repo)
messages = []
platform_names(spec).each do |platform_name|
config.silent = true
config.silent = !config.verbose
config.integrate_targets = false
config.project_root = Pathname.pwd
podfile = podfile_from_spec(spec, file, platform_name)
......
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