Skip to content

Commit

Permalink
Merge pull request #78 from chef/lcg/uri-escape
Browse files Browse the repository at this point in the history
enable Lint/UriEscapeUnescape
  • Loading branch information
tas50 authored Feb 19, 2020
2 parents d86c813 + 841498f commit 55a47f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/chefstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ Lint/UnneededSplatExpansion:
Enabled: true
Lint/UnreachableCode:
Enabled: true
Lint/UriEscapeUnescape:
Enabled: true
Lint/UselessAccessModifier:
Enabled: true
Lint/UselessAssignment:
Expand Down

0 comments on commit 55a47f6

Please sign in to comment.