Fix dev
taks exiting when linting fails
#5474
Labels
🐛 bug
Something isn't working the way it should (including incorrect wording in documentation)
small story
tooling
What
Investigate why the
dev
Gulp tasks we run for development exits when linting fails.Both
govuk-frontend
and the review app run linting on file changes, so we'll need to make sure linting errors in either no longer make Gulp exit.The dev Gulp tasks can be run through either the following ways:
Note
Fixing the issue should preserve the ability to disable linting, as this is useful to not clutter the output when building experimental/investigative code for spikes.
Why
This makes the dev process cumbersome, as the Gulp has to be re-launched every time a linting error happens during dev. While we want to fix these errors before commiting production code, we shouldn't have to go back in our terminal to re-launch the process because of a linting issue.
Who needs to work on this
Developers
Who needs to review this
Developers
Done when
dev
task exit.The text was updated successfully, but these errors were encountered: