From f0a512ace4f358df3c9daa0b1bb1f66b61179060 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Sat, 21 Oct 2017 19:05:50 +0200 Subject: Don’t use `Style/StderrPuts`. --- Library/.rubocop.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Library') 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)?$/ -- cgit v1.2.3