summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 5b837e2..9b994b6 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,2 +1,3 @@
-Style/HashSyntax:
- Enabled: true
+Style/PreferredHashMethods:
+ Exclude:
+ - 'lib/mixlib/log/formatter.rb'