summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-06-06 19:05:04 -0700
committerTim Smith <tsmith@chef.io>2019-06-06 19:05:04 -0700
commit1bfd17de1a24efad1265e2dde64a7c3eef2dfdbd (patch)
treec1a31344ede27e2de9393da4c349d963299ac571 /.rubocop.yml
parent0644e6758358710fa719907c6b9f784281a15c61 (diff)
downloadmixlib-shellout-1bfd17de1a24efad1265e2dde64a7c3eef2dfdbd.tar.gz
Pull Chefstyle from rubygems again
If we want to push out new rules let's fiddle with things only on chef/chef Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 489eaaa..f3a8913 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -5,7 +5,4 @@ Lint/UnderscorePrefixedVariableName:
# Configuration parameters: ContextCreatingMethods.
Lint/UselessAccessModifier:
Exclude:
- - 'lib/mixlib/shellout/windows/core_ext.rb'
-
-Style/HashSyntax:
- Enabled: true
+ - 'lib/mixlib/shellout/windows/core_ext.rb' \ No newline at end of file