From b2574325a03fcd9b7aa21cc5e2e894dcabc55ff7 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Mon, 21 Oct 2019 21:08:49 -0700 Subject: [PATCH] Fixup rubocop again --- .rubocop.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 262d2b2..fd3b135 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -18,3 +18,8 @@ Layout/AlignHash: EnforcedHashRocketStyle: table Layout/IndentFirstHashElement: EnforcedStyle: consistent + +Style/StderrPuts: + Enabled: false +Style/WordArray: + Enabled: false