Skip to content

Commit

Permalink
More misc testing updates
Browse files Browse the repository at this point in the history
Run rubocop at Ruby 2.5 level (not 2.4)
Remove an extra description in the rakefile
Show the CI badge for master only
Add a code of conduct file

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Jan 18, 2021
1 parent 952773a commit acaae39
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
AllCops:
TargetRubyVersion: 2.5

1 change: 1 addition & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please refer to the Chef Community Code of Conduct at https://www.chef.io/code-of-conduct/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# <a name="title"></a> Kitchen::Vagrant

[![Gem Version](https://badge.fury.io/rb/kitchen-vagrant.svg)](http://badge.fury.io/rb/kitchen-vagrant)
![CI](https://github.com/test-kitchen/kitchen-vagrant/workflows/CI/badge.svg)
![CI](https://github.com/test-kitchen/kitchen-vagrant/workflows/CI/badge.svg?branch=master)

A Test Kitchen Driver for Vagrant.

Expand Down
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@ rescue LoadError
puts "chefstyle is not available. (sudo) gem install chefstyle to do style checking."
end

desc "Run all quality tasks"

task default: %i{test style}

0 comments on commit acaae39

Please sign in to comment.