Commit 4b3756f1 authored by Fabio Pelosin's avatar Fabio Pelosin

[Linter] Ignore xcodebuild macro note.

parent aa1bea96
......@@ -400,7 +400,7 @@ module Pod
selected_lines = output_by_line.select do |l|
l.include?('error:') && (l !~ /errors? generated\./) \
|| l.include?('warning:') && (l !~ /warnings? generated\./)\
|| l.include?('note:')
|| l.include?('note:') && (l !~ /expanded from macro/)
end
selected_lines.map do |l|
new = l.gsub(/\/tmp\/CocoaPods\/Lint\/Pods\//,'') # Remove the unnecessary tmp path
......
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