ci: Simplify run-eslint script

Now that all code conforms with the new style, we can remove all
the tricky bits that compare errors from regular- and legacy
config or limit checks to changed lines from a git diff.

All that is left over the eslint CLI tool is the ability to output
results both as junit for gitlab and plain text for logs without
duplicating the linting, but that's well worth preserving.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2866>
This commit is contained in:
Florian Müllner 2023-08-07 03:26:04 +02:00 committed by Marge Bot
parent 8af9edf14e
commit cbec47d7cc
2 changed files with 9 additions and 96 deletions

3
.gitignore vendored
View file

@ -4,6 +4,5 @@ po/gnome-shell.pot
*.patch
*.sw?
.buildconfig
.eslintcache-legacy
.eslintcache-regular
.eslintcache
.vscode