Skip to content
Snippets Groups Projects

Make ESLint job fail when there are findings

1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
+ 7
0
@@ -35,3 +35,10 @@ variables:
_PHPUNIT_EXTRA: --verbose
# Convenient, and we have no secrets.
_SHOW_ENVIRONMENT_VARIABLES: 1
# Override values for the default eslint job.
eslint:
# We have set a baseline where ESLint passes. If we really need to get a pass,
# let's make it explicit.
# See https://eslint.org/docs/latest/use/configure/rules#disabling-rules
allow_failure: false
Loading