Skip to content
Snippets Groups Projects
Commit 1bd76b9a authored by Jack Nagel's avatar Jack Nagel
Browse files

Revert "Revert "Whitelist OSXFuse headers""

This reverts commit f96ed45fe19855d0f8acc37d5d77d16d607dfce3.
parent ad8556cc
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment