diff options
| author | Gautham Goli | 2017-04-08 15:10:44 +0530 |
|---|---|---|
| committer | Gautham Goli | 2017-04-22 21:53:16 +0530 |
| commit | 413a7e5daebb93f75f8b4839dfd61e42d49b070e (patch) | |
| tree | aadfe978623102594682262ff27e5bffc286b057 /Library/.rubocop.yml | |
| parent | 044bd974e435dabfebf5385cb5649f8ddb34de94 (diff) | |
| download | brew-413a7e5daebb93f75f8b4839dfd61e42d49b070e.tar.bz2 | |
Port audit_components method to rubocops and add corresponding tests
Diffstat (limited to 'Library/.rubocop.yml')
| -rw-r--r-- | Library/.rubocop.yml | 6 |
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 |
