summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
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