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.
1 parent 313b96a commit 3063a11Copy full SHA for 3063a11
scripts/pod_lib_lint.rb
@@ -47,7 +47,7 @@ def main(args)
47
48
STDOUT.sync = true
49
50
- command = %w(bundle exec pod lib lint --sources=https://cdn.cocoapods.org/)
+ command = %w(bundle exec pod lib lint --sources=https://cdn.cocoapods.org/ --verbose)
51
52
# Split arguments that need to be processed by the script itself and passed
53
# to the pod command.
0 commit comments