From 276bba8cf4ad737d22a5cb46514de97c68de2d07 Mon Sep 17 00:00:00 2001 From: William Yardley Date: Sat, 16 Sep 2017 08:39:23 -0700 Subject: [PATCH] Disable Style/FormatStringToken (it really messes with hiera config, among other things) --- moduleroot/.rubocop.yml.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/moduleroot/.rubocop.yml.erb b/moduleroot/.rubocop.yml.erb index 826a669c..7630193b 100644 --- a/moduleroot/.rubocop.yml.erb +++ b/moduleroot/.rubocop.yml.erb @@ -535,3 +535,7 @@ Layout/IndentHeredoc: # disable Yaml safe_load. This is needed to support ruby2.0.0 development envs Security/YAMLLoad: Enabled: false + +# This affects hiera interpolation, as well as some configs that we push. +Style/FormatStringToken: + Enabled: false