mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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:
parent
8af9edf14e
commit
cbec47d7cc
2 changed files with 9 additions and 96 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -4,6 +4,5 @@ po/gnome-shell.pot
|
|||
*.patch
|
||||
*.sw?
|
||||
.buildconfig
|
||||
.eslintcache-legacy
|
||||
.eslintcache-regular
|
||||
.eslintcache
|
||||
.vscode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue