Don’t use Style/StderrPuts.

This commit is contained in:
Markus Reiter 2017-10-21 19:05:50 +02:00
parent 7e970216a3
commit f0a512ace4

View File

@ -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)?$/