summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.rubocop.yml5
-rw-r--r--Gemfile2
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
diff --git a/Gemfile b/Gemfile
index 1e5f5f3..cf88be8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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