Commit 5354e128 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[Validator] Print the name of the attribute that has the result

parent 7891fb64
......@@ -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