Exempt libtool and svn from the shadowed headers check
This commit is contained in:
parent
7266ecd4e3
commit
1b64612b65
@ -104,6 +104,7 @@ module FormulaCellarChecks
|
||||
end
|
||||
|
||||
def check_shadowed_headers
|
||||
return if f.name == "libtool" || f.name == "subversion"
|
||||
return if f.keg_only? || !f.include.directory?
|
||||
|
||||
files = relative_glob(f.include, "**/*.h")
|
||||
|
Loading…
x
Reference in New Issue
Block a user