Whitelist OSXFuse headers
This commit is contained in:
parent
71b0c773ec
commit
f9d5dbb19b
@ -188,7 +188,9 @@ def check_for_stray_las
|
|||||||
end
|
end
|
||||||
|
|
||||||
def check_for_stray_headers
|
def check_for_stray_headers
|
||||||
white_list = {} # TODO whitelist MacFuse/OSXFuse headers
|
white_list = {
|
||||||
|
"osxfuse/*" => "OSXFuse",
|
||||||
|
}
|
||||||
|
|
||||||
__check_stray_files "/usr/local/include", "**/*.h", white_list, <<-EOS.undent
|
__check_stray_files "/usr/local/include", "**/*.h", white_list, <<-EOS.undent
|
||||||
Unbrewed header files were found in /usr/local/include.
|
Unbrewed header files were found in /usr/local/include.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user