audit: enforce conflicts_with placement

This commit is contained in:
Dominyk Tiller 2016-08-06 03:22:02 +01:00
parent b8ce1fe1b2
commit 11a1c495f7
No known key found for this signature in database
GPG Key ID: FE19AEFCF658C6F6

View File

@ -219,6 +219,7 @@ class FormulaAuditor
[/^ keg_only/, "keg_only"], [/^ keg_only/, "keg_only"],
[/^ option/, "option"], [/^ option/, "option"],
[/^ depends_on/, "depends_on"], [/^ depends_on/, "depends_on"],
[/^ conflicts_with/, "conflicts_with"],
[/^ (go_)?resource/, "resource"], [/^ (go_)?resource/, "resource"],
[/^ def install/, "install method"], [/^ def install/, "install method"],
[/^ def caveats/, "caveats method"], [/^ def caveats/, "caveats method"],