Disable the Style/StderrPuts cop

I do not want to use `warn` since these errors should not be suppressed. And
I always want to use `STDERR`, not `$stderr`.
This commit is contained in:
Claudio Bley 2019-04-09 18:25:06 +02:00
parent 7454814894
commit 41c274b883

View file

@ -79,6 +79,9 @@ Style/EmptyCaseCondition:
Style/MultilineBlockChain:
Enabled: false
Style/StderrPuts:
Enabled: false
# Current preferred metrics --------------------------------------------
# Better values are encouraged, but not required.
Metrics/AbcSize: