summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-30 09:04:46 -0700
committerGitHub <noreply@github.com>2018-07-30 09:04:46 -0700
commitf237f5cb279899059f4c7352f1d5af6e33c0492a (patch)
tree5cef3940c5fdeec2627461268636d789e94b8121 /.rubocop.yml
parente4767da4b0dd744392a2080a481faa84b23a7b23 (diff)
parent26e912f4e882bc18746d8e3e95363438db27e195 (diff)
downloadmixlib-log-f237f5cb279899059f4c7352f1d5af6e33c0492a.tar.gz
Merge pull request #43 from chef/travis
Test on all the Ruby versions we support
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'