summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml5
1 files changed, 5 insertions, 0 deletions
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'