aboutsummaryrefslogtreecommitdiffstats
path: root/Library/.rubocop.yml
diff options
context:
space:
mode:
authorGautham Goli2017-04-08 15:10:44 +0530
committerGautham Goli2017-04-22 21:53:16 +0530
commit413a7e5daebb93f75f8b4839dfd61e42d49b070e (patch)
treeaadfe978623102594682262ff27e5bffc286b057 /Library/.rubocop.yml
parent044bd974e435dabfebf5385cb5649f8ddb34de94 (diff)
downloadbrew-413a7e5daebb93f75f8b4839dfd61e42d49b070e.tar.bz2
Port audit_components method to rubocops and add corresponding tests
Diffstat (limited to 'Library/.rubocop.yml')
-rw-r--r--Library/.rubocop.yml6
1 files changed, 6 insertions, 0 deletions
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