Skip to content

Commit

Permalink
Merge pull request #73 from chef/lcg/disable-format-string-token
Browse files Browse the repository at this point in the history
disable Style/FormatStringToken
  • Loading branch information
lamont-granquist authored Jul 2, 2019
2 parents 0078e46 + 1c50f15 commit 1a3b5fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/chefstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -565,3 +565,7 @@ Naming/VariableNumber:
# This breaks all kinds of specs in chef (i don't think it will ever quite work correctly)
Style/BracesAroundHashParameters:
Enabled: false

# We almost never use format strings but this cop triggers on any string with "%{whatever}" in it and is 99% false positives
Style/FormatStringToken:
Enabled: false

0 comments on commit 1a3b5fe

Please sign in to comment.