gnome-shell/.gitlab-ci
Florian Müllner 3b5d13a0b2 ci: Add eslint job to review stage
We have now reduced the number of eslint errors enough to add it to
the CI pipeline. There are still plenty of errors left though, so we
cannot simply run eslint and fail on any errors. So instead, run it
through a fancy script that:

 - generates an eslint report using the "regular" configuration
 - generates an eslint report using the "legacy" configuration
 - creates a combined report with errors common to both configurations

When the pipeline is running for a branch or tag, the final report is
printed out and the job succeeds (we know there are errors left);
when the pipelne is running for a merge request, we fail if any errors
are reported for the lines modified/added by the MR.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/627
2019-07-24 00:35:25 +02:00
..
check-commit-log.sh ci: Sync check-commit-log script with mutter 2019-02-26 21:08:17 +00:00
checkout-mutter.sh ci: Improve script output 2019-04-26 21:32:51 +02:00
Dockerfile.extension-ci ci: Include git in extension-ci image 2019-07-24 00:28:45 +02:00
run-eslint.sh ci: Add eslint job to review stage 2019-07-24 00:35:25 +02:00