Skip to content

Commit

Permalink
Merge pull request #380 from wyardley/ignore_formatstring_cop
Browse files Browse the repository at this point in the history
Disable Style/FormatStringToken (it really messes with hiera config)
  • Loading branch information
wyardley authored Sep 16, 2017
2 parents 91f3eaa + 276bba8 commit 6440a2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions moduleroot/.rubocop.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6440a2c

Please sign in to comment.