diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-01-26 16:36:59 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-01-26 16:36:59 -0800 |
commit | 501398715935ebd187e7f301f7eafceaca78b6d6 (patch) | |
tree | 1da84e80b4c025095bc08ca218efe0ed037c4d2a /.rubocop.yml | |
parent | 9bf56844efe60c684a00250991e2d3b272c1fc2d (diff) | |
download | chef-501398715935ebd187e7f301f7eafceaca78b6d6.tar.gz |
Fix .rubocop.yml
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 26d10359c5..9bc06a66be 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -30,7 +30,7 @@ Lint/InterpolationCheck: Lint/DeprecatedConstants: Enabled: true Exclude: - - chef/lib/chef/node/attribute.rb # false alarms + - lib/chef/node/attribute.rb # false alarms # This cop shouldn't alert on the helper / specs itself |