diff options
author | Tim Smith <tsmith@chef.io> | 2019-06-06 19:05:04 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-06-06 19:05:04 -0700 |
commit | 1bfd17de1a24efad1265e2dde64a7c3eef2dfdbd (patch) | |
tree | c1a31344ede27e2de9393da4c349d963299ac571 | |
parent | 0644e6758358710fa719907c6b9f784281a15c61 (diff) | |
download | mixlib-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>
-rw-r--r-- | .rubocop.yml | 5 | ||||
-rw-r--r-- | Gemfile | 2 |
2 files changed, 2 insertions, 5 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 @@ -9,8 +9,8 @@ group :docs do end group :test do - gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master" gem "rspec_junit_formatter" + gem "chefstyle" gem "rspec", "~> 3.0" gem "rake" end |