Skip to content
Snippets Groups Projects

Do not allow CSPELL to fail.

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -66,7 +66,7 @@ variables:
# Strictly adhere to code standards.
cspell:
allow_failure: true
allow_failure: false
eslint:
allow_failure: false
phpcs:
Loading