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