From 413a7e5daebb93f75f8b4839dfd61e42d49b070e Mon Sep 17 00:00:00 2001 From: Gautham Goli Date: Sat, 8 Apr 2017 15:10:44 +0530 Subject: Port audit_components method to rubocops and add corresponding tests --- Library/.rubocop.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Library/.rubocop.yml') diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index a782c1117..276e4aabf 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -14,6 +14,12 @@ Homebrew/CorrectBottleBlock: Homebrew/FormulaDesc: Enabled: true +Homebrew/FormulaComponentsOrder: + Enabled: true + +Homebrew/ComponentsRedundancy: + Enabled: true + Metrics/AbcSize: Enabled: false -- cgit v1.2.3