From d311508d5263467e6909a322544995c0e1ec451e Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Sun, 29 Dec 2019 17:58:53 -0800 Subject: Move testing to Buildkite Specs and lint only for now Signed-off-by: Tim Smith --- Rakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 5e7f57b..3c80588 100644 --- a/Rakefile +++ b/Rakefile @@ -52,9 +52,11 @@ end begin require "chefstyle" require "rubocop/rake_task" + desc "Run Chefstyle tests" RuboCop::RakeTask.new(:style) do |task| task.options += ["--display-cop-names", "--no-color"] end rescue LoadError - puts "chefstyle/rubocop is not available. bundle install first to make sure all dependencies are installed." + puts "chefstyle gem is not installed. bundle install first to make sure all dependencies are installed." end + -- cgit v1.2.1