- Issue created by @tr
- Status changed to Needs review
over 1 year ago 9:42pm 8 August 2023 - last update
over 1 year ago 4 pass - πΊπΈUnited States tr Cascadia
As a start, here's a partial patch that just deals with whitespace problems. Let's see what's left after this ...
- last update
over 1 year ago 4 pass - πΊπΈUnited States tr Cascadia
This patch is the same plus it breaks up the var definitions.
- last update
over 1 year ago 4 pass - πΊπΈUnited States tr Cascadia
Yeah, that just let eslint identify more errors.
Here's a new patch using let instead of var, naming some functions, and using templates instead of string concatenation in some places. - last update
over 1 year ago 4 pass, 2 fail - heddn Nicaragua
Re-testing now we have javascript testing in the code base.
The last submitted patch, 4: 3380078-4-js-cs.patch, failed testing. View results β
- Status changed to Active
8 months ago 9:54pm 1 September 2024 - πΊπΈUnited States tr Cascadia
Moving to 3.0.x. And opening an MR so we can iteratively fix these issues.
New eslint / new JS coding standards are being used on GitLab CI.