Skip to content

Commit

Permalink
[Lib::Lint] Print the output of the project with --no-clean
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Nov 8, 2013
1 parent 71bd56c commit c4a962d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/cocoapods/command/lib.rb
Expand Up @@ -113,16 +113,16 @@ def run
validator.only_errors = @only_errors
validator.validate

unless @clean
UI.puts "Pods project available at `#{validator.validation_dir}/Pods/Pods.xcodeproj` for inspection."
UI.puts
end

if validator.validated?
UI.puts "#{validator.spec.name} passed validation.".green
else
raise Informative, "#{validator.spec.name} did not pass validation."
end

unless @clean
UI.puts "Pods project available at `#{validator.validation_dir}/Pods/Pods.xcodeproj` for inspection."
UI.puts
end
end

private
Expand Down

0 comments on commit c4a962d

Please sign in to comment.