Skip to content
This repository has been archived by the owner on Sep 19, 2020. It is now read-only.

Commit

Permalink
Update to the latest chefstyle
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Dec 3, 2018
1 parent de3929a commit 801b9a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .rubocop.yml
Expand Up @@ -4,7 +4,11 @@ AllCops:
- vendor/**/*
- features/**/*

Lint/EndAlignment:
Lint/Void:
Exclude:
- 'spec/**/*'

Layout/EndAlignment:
Exclude:
- features/support/cookbook_helpers.rb
- features/step_definitions/cookbook_steps.rb
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -8,7 +8,7 @@ group :test do
gem "minitest", "~> 5.3"
gem "minitest-reporters"
gem "simplecov", "~> 0.8"
gem "chefstyle", "= 0.8.0"
gem "chefstyle", "= 0.11.0"
end

group :development do
Expand Down

0 comments on commit 801b9a5

Please sign in to comment.