diff options
| author | Gautham Goli | 2017-05-24 00:08:31 +0530 |
|---|---|---|
| committer | Gautham Goli | 2017-05-30 15:28:05 +0530 |
| commit | 51f2338dd57eed5a7f18e147ccd4f4b9da19fb52 (patch) | |
| tree | 2898652aad1c8b469298103197dcaa9b1abe1c6a /Library/.rubocop.yml | |
| parent | 5b97a8f2e163f09d2ba7d7ef6424b3394cc71d44 (diff) | |
| download | brew-51f2338dd57eed5a7f18e147ccd4f4b9da19fb52.tar.bz2 | |
audit: Port audit_text method to rubocop and add tests
Diffstat (limited to 'Library/.rubocop.yml')
| -rw-r--r-- | Library/.rubocop.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 66e71027e..8fd64cb1a 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -8,6 +8,9 @@ AllCops: require: ./Homebrew/rubocops.rb +FormulaAudit/Text: + Enabled: true + FormulaAuditStrict/BottleBlock: Enabled: true |
