summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 5b837e2..f0f0459 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,2 +1,5 @@
-Style/HashSyntax:
- Enabled: true
+# Feel free to correct anything in this file
+
+Lint/UselessAccessModifier:
+ Exclude:
+ - 'lib/chef_zero/chef_data/acl_path.rb'