summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-25 14:58:37 -0700
committerTim Smith <tsmith@chef.io>2018-07-25 15:18:36 -0700
commite44e79b1ae91b553e9697f3246254e1273488d28 (patch)
tree5e4b5bf555ca97bf1507c9a7d060bab124eab892 /.rubocop.yml
parente0c0385b230e59e9745f222dadb72df72f1ed716 (diff)
downloadmixlib-log-e44e79b1ae91b553e9697f3246254e1273488d28.tar.gz
Get chefstyle green
Signed-off-by: Tim Smith <tsmith@chef.io>
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'