summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2019-05-01 15:50:37 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2019-05-01 15:50:37 -0700
commite4ed0e165357ef72a32e580f17daea3c8b3cd951 (patch)
tree564e18fd530c48c9555c1518ceb4e59ca40fe1c6
parentb7ff360253e45f824b47c5ac5e194739fdf12314 (diff)
downloadchef-lcg/chefstyle-group.tar.gz
add a group for chefstyle so it can be excludedlcg/chefstyle-group
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 0c3b6ef85b..c358744401 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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