diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2019-05-01 15:50:37 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2019-05-01 15:50:37 -0700 |
commit | e4ed0e165357ef72a32e580f17daea3c8b3cd951 (patch) | |
tree | 564e18fd530c48c9555c1518ceb4e59ca40fe1c6 /Gemfile | |
parent | b7ff360253e45f824b47c5ac5e194739fdf12314 (diff) | |
download | chef-e4ed0e165357ef72a32e580f17daea3c8b3cd951.tar.gz |
add a group for chefstyle so it can be excludedlcg/chefstyle-group
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -64,7 +64,9 @@ group(:development, :test) do gem "rspec_junit_formatter", "~> 0.2.0" gem "simplecov" gem "webmock" +end +group(:chefstyle) do # for testing new chefstyle rules gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master" end |