From 8aaf4e53efe6fc4310cc1832e283d5059e4f0ecc Mon Sep 17 00:00:00 2001 From: Glenn Sarti Date: Wed, 10 Jan 2018 15:01:51 +0800 Subject: [PATCH] (maint) Make rubocop failures fatal Previously Appveyor would tolerate rubocop failures. However this hasn't been stopping badly formatted code making it into master. This commit changes Appveyor to consider rubocop failures as failures and to fail the build if encountered. --- appveyor.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 2bd9d793..29c9be51 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -50,11 +50,6 @@ environment: matrix: fast_finish: true - allow_failures: - # Ruby style - - PUPPET_GEM_VERSION: "~> 4.0" - RUBY_VER: 23-x64 - RAKE_TASK: rubocop install: - ps: |