-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from inspec/mj/chefstyle
Apply Chefstyle to train-aws
- Loading branch information
Showing
15 changed files
with
211 additions
and
229 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
Gemfile.local | ||
Gemfile.local.lock | ||
Gemfile.lock | ||
.bundle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,14 @@ | ||
# encoding: utf-8 | ||
source 'https://rubygems.org' | ||
source "https://rubygems.org" | ||
|
||
# This is Gemfile, which is used by bundler | ||
# to ensure a coherent set of gems is installed. | ||
# This file lists dependencies needed when outside | ||
# of a gem (the gemspec lists deps for gem deployment) | ||
|
||
# Bundler should refer to the gemspec for any dependencies. | ||
gemspec | ||
|
||
# Remaining group is only used for development. | ||
group :development do | ||
gem 'pry' | ||
gem 'bundler' | ||
gem 'byebug' | ||
gem 'minitest' | ||
gem 'mocha' | ||
gem 'm' | ||
gem 'rake' | ||
gem 'rubocop', '= 0.49.1' # Need to keep in sync with main InSpec project, so config files will work | ||
gem "pry" | ||
gem "bundler" | ||
gem "byebug" | ||
gem "minitest" | ||
gem "mocha" | ||
gem "m" | ||
gem "rake" | ||
gem "chefstyle" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.