workflows/editorconfig.editorconfig-checker: 2.4.0 -> 3.2.0

We have a pinned nixpkgs revision for all our CI tools, but we're not
making use of it for editorconfig-checker. Instead, it has it's own,
unmaintained, pin.

Let's fix that. On the way, we're upgrading the tool to 3.2.1, which
requires adjusting our .editorconfig file slightly to ignore
auto-generated package-lock.json files.
This commit is contained in:
Wolfgang Walther 2025-05-07 18:54:27 +02:00
parent 5d14516619
commit a70d047c15
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1
2 changed files with 11 additions and 5 deletions

View file

@ -48,9 +48,10 @@ indent_size = 4
indent_size = 2
indent_style = space
# Match package.json, which are generally pulled from upstream and accept them as they are
[package.json]
# Match package.json and package-lock.json, which are generally pulled from upstream and accept them as they are
[package{,-lock}.json]
indent_style = unset
insert_final_newline = unset
# Disable file types or individual files
# some of these files may be auto-generated and/or require significant changes