diff options
| author | Gautham Goli | 2017-03-16 23:49:43 +0530 |
|---|---|---|
| committer | Gautham Goli | 2017-03-26 15:26:41 +0530 |
| commit | a693ca332efcc56e0d7dbb3f43952226225ccf75 (patch) | |
| tree | 0199f76c6418c8da3cec0a767c9567128562e742 /Library/.rubocop.yml | |
| parent | febc1085984e3d7fa23ee4c18d11e087afe20cbe (diff) | |
| download | brew-a693ca332efcc56e0d7dbb3f43952226225ccf75.tar.bz2 | |
Wrap rubocop specific code into methods inside FormulaCop
Diffstat (limited to 'Library/.rubocop.yml')
| -rw-r--r-- | Library/.rubocop.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 41219f2cd..a782c1117 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -8,17 +8,10 @@ AllCops: require: ./Homebrew/rubocops.rb -Homebrew/FormulaCop: - Enabled: false - Homebrew/CorrectBottleBlock: - Include: - - '**/Taps/homebrew/**/*.rb' Enabled: true Homebrew/FormulaDesc: - Include: - - '**/Taps/homebrew/**/*.rb' Enabled: true Metrics/AbcSize: |
