Commit 191d0502 authored by Orta's avatar Orta

Merge pull request #4012 from CocoaPods/seg-validator-print-attr-name

[Validator] Print the name of the attribute that has the result
parents 7891fb64 5354e128
......@@ -111,7 +111,7 @@ module Pod
when :warning then type = 'WARN'
when :note then type = 'NOTE'
else raise "#{result.type}" end
UI.puts " - #{type.ljust(5)} | #{platform_message}#{subspecs_message}#{result.message}"
UI.puts " - #{type.ljust(5)} | #{platform_message}#{subspecs_message}#{result.attribute_name}: #{result.message}"
end
UI.puts
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