Skip to content
Snippets Groups Projects
Commit ee6b0e7c authored by ilovezfs's avatar ilovezfs
Browse files

formula_cellar_checks: check_non_libraries only for new formulae

This check is overly opinionated and leads to audit failures no one
cares to fix, so let's only run it for new formulae.
parent 2ad03b8e
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ module FormulaCellarChecks
problem_if_output(check_manpages)
problem_if_output(check_infopages)
problem_if_output(check_jars)
problem_if_output(check_non_libraries)
problem_if_output(check_non_libraries) if @new_formula
problem_if_output(check_non_executables(formula.bin))
problem_if_output(check_generic_executables(formula.bin))
problem_if_output(check_non_executables(formula.sbin))
......
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