diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2019-08-30 11:48:26 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2019-08-30 11:48:26 -0700 |
commit | 72cfad956c1179ef64c71386ade411536aad6f48 (patch) | |
tree | 2cc7766263f52bc4161dd92a5ba3ed638d673d9d /.rubocop.yml | |
parent | dc9a95e1a4c6224c23baa72f504ce4ef4cb54683 (diff) | |
download | chef-72cfad956c1179ef64c71386ade411536aad6f48.tar.gz |
accidentally committed
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index c3eba7db55..9730861155 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -29,6 +29,3 @@ Lint/IneffectiveAccessModifier: Enabled: false Lint/ShadowedException: Enabled: false -Layout/AlignHash: - Enabled: true - EnforcedLastArgumentHashStyle: ignore_implicit |