Skip to content

Commit

Permalink
Merge branch 'facebook:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
dtheyer authored Jul 3, 2023
2 parents cbb3557 + 6b7b188 commit fe4b1af
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
10 changes: 9 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
inherit_from:
- https://raw.githubusercontent.com/facebook/chef-cookbooks/main/.rubocop_55.yml
- https://raw.githubusercontent.com/facebook/chef-cookbooks/main/.rubocop.yml

# TODO - ratchet lint into place
Style/GlobalStdStream:
Enabled: false

# TODO - ratchet lint into place
Gemspec/RequiredRubyVersion:
Enabled: false
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
* Fix the 'run' subcommand - no longer errors out and streams correclty
* Fix the 'debug' command given to users when SSH fails with Jump hosts
* Significant improvements to SSH tunnel handling
* Tunnel will last as long as the test
* Tunnel is torn down properly regardless of mode
* Tunnel removal is syslogged if 'logger' is available
* Tunnel will last as long as the test
* Tunnel is torn down properly regardless of mode
* Tunnel removal is syslogged if 'logger' is available
* License in gemspec if a proper shortname for Apache 2.0

## 0.0.15
Expand Down
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ group :test, :development do
gem 'between_meals', :git => 'https://github.com/facebook/between-meals'
gem 'chef-zero'
gem 'knife-solo'
gem 'mdl'
gem 'rspec-core', '~> 3.0'
gem 'rspec-expectations', '~> 3.0'
gem 'rspec-mocks', '~> 3.0'
gem 'rubocop', '~> 0.55.0'
gem 'rubocop', '= 1.3.1'
end

0 comments on commit fe4b1af

Please sign in to comment.