From 2db872c17887e3de54b364b5c87977e247980183 Mon Sep 17 00:00:00 2001 From: "Abinoam P. Marques Jr" Date: Sun, 24 Sep 2017 20:18:54 -0300 Subject: White list a file for Style/OptionalArgumets --- .rubocop.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index b7a4759..afc480d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -48,3 +48,9 @@ Naming/MethodName: Style/Encoding: Enabled: true EnforcedStyle: always + +# If we fix this, it will change method signature. +# Save it for major release. +Style/OptionalArguments: + Exclude: + - 'lib/highline/list_renderer.rb' -- cgit v1.2.1