Revert "Revert "Whitelist OSXFuse headers""
This reverts commit f96ed45fe19855d0f8acc37d5d77d16d607dfce3.
This commit is contained in:
parent
ad8556ccea
commit
1bd76b9a6e
@ -188,7 +188,9 @@ def check_for_stray_las
|
||||
end
|
||||
|
||||
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
|
||||
Unbrewed header files were found in /usr/local/include.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user