diff options
| author | Markus Reiter | 2017-10-21 19:05:50 +0200 |
|---|---|---|
| committer | Markus Reiter | 2017-10-24 19:39:40 +0200 |
| commit | f0a512ace4f358df3c9daa0b1bb1f66b61179060 (patch) | |
| tree | 44a4351dac531b764bc6d8c600c1fcc16196c399 /Library | |
| parent | 7e970216a341c7ed4ff82114247bf33cafdd3266 (diff) | |
| download | brew-f0a512ace4f358df3c9daa0b1bb1f66b61179060.tar.bz2 | |
Don’t use `Style/StderrPuts`.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/.rubocop.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index ca7ff4dc8..00956076a 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -127,6 +127,11 @@ Style/Encoding: Layout/Tab: Enabled: true +# We have no use for using `warn` because we are +# calling Ruby with warnings disabled ourselves. +Style/StderrPuts: + Enabled: false + # dashes in filenames are typical Naming/FileName: Regex: !ruby/regexp /^[\w\@\-\+\.]+(\.rb)?$/ |
