diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-08-24 12:34:52 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-08-24 12:34:52 -0700 |
commit | 4a3955f962805122b576b33082ee56637a31eb3d (patch) | |
tree | f3fcb3b48b8324aad3270f1efb5cd76c1c44fd49 /.rubocop.yml | |
parent | 9bb7b4145443689f5509ab13a904b1e31603a23f (diff) | |
download | chef-4a3955f962805122b576b33082ee56637a31eb3d.tar.gz |
enable Lint/PercentStringArraylcg/rubocop.yml
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 9d2901a663..ec28184845 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -28,5 +28,3 @@ Lint/IneffectiveAccessModifier: Enabled: false Lint/ShadowedException: Enabled: false -Lint/PercentStringArray: - Enabled: false |