Skip to content

Commit 8aaf4e5

Browse files
committed
(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.
1 parent b403d05 commit 8aaf4e5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

appveyor.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ environment:
5050

5151
matrix:
5252
fast_finish: true
53-
allow_failures:
54-
# Ruby style
55-
- PUPPET_GEM_VERSION: "~> 4.0"
56-
RUBY_VER: 23-x64
57-
RAKE_TASK: rubocop
5853

5954
install:
6055
- ps: |

0 commit comments

Comments
 (0)