From b4191cec86ab13e5531afd5cdc52bc44e0374fd1 Mon Sep 17 00:00:00 2001 From: "Abinoam P. Marques Jr" Date: Sun, 24 Sep 2017 08:22:02 -0300 Subject: Improve StringExtension method_missing --- .rubocop.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index afc480d..3ab76a8 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -54,3 +54,8 @@ Style/Encoding: Style/OptionalArguments: Exclude: - 'lib/highline/list_renderer.rb' + +# TemplateRenderer should never fail on method missing. +Style/MethodMissing: + Exclude: + - 'lib/highline/template_renderer.rb' -- cgit v1.2.1