diff options
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 6 |
1 files changed, 6 insertions, 0 deletions
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' |