- Issue created by @jonathan1055
- Merge request !124Issue #3432976 Investigate / fix ESLINT coding standards → (Merged) created by jonathan1055
- last update
12 months ago 227 pass - last update
12 months ago 227 pass - last update
12 months ago 227 pass - last update
12 months ago 227 pass - last update
12 months ago Javascript coding standards error - last update
12 months ago Javascript coding standards error - last update
12 months ago Javascript coding standards error - last update
12 months ago Javascript coding standards error - last update
12 months ago Javascript coding standards error - last update
12 months ago Javascript coding standards error - last update
12 months ago Javascript coding standards error - last update
12 months ago Javascript coding standards error - last update
12 months ago Javascript coding standards error - last update
12 months ago Javascript coding standards error - last update
12 months ago Javascript coding standards error - last update
12 months ago Javascript coding standards error - last update
12 months ago Javascript coding standards error - last update
12 months ago Javascript coding standards error - last update
12 months ago Javascript coding standards error - last update
12 months ago Javascript coding standards error - last update
12 months ago Javascript coding standards error - last update
12 months ago Javascript coding standards error - last update
12 months ago Javascript coding standards error - last update
12 months ago Javascript coding standards error - last update
12 months ago Javascript coding standards error - last update
12 months ago Javascript coding standards error - last update
12 months ago Javascript coding standards error - last update
12 months ago Javascript coding standards error - last update
12 months ago Javascript coding standards error - last update
12 months ago Javascript coding standards error - last update
12 months ago Javascript coding standards error - last update
11 months ago Javascript coding standards error - last update
11 months ago Javascript coding standards error - last update
11 months ago Javascript coding standards error - last update
11 months ago Javascript coding standards error - last update
11 months ago 227 pass - last update
11 months ago 227 pass - last update
11 months ago 227 pass - last update
11 months ago 227 pass - last update
11 months ago 227 pass - Status changed to Needs review
11 months ago 12:14pm 19 April 2024 - 🇬🇧United Kingdom jonathan1055
The
.eslintignore
file is still required for DrupalCI tests to pass, because the improved ESlint configuration used in Gitlab pipelines is NOT used in the DrupalCI. The file is deleted in the Composer job in the pipeline, so that the files are not ignored in the pipeline job. - 🇬🇧United Kingdom jonathan1055
Testing on DrupalPod seems to show that the javascript is not working any more with these eslint fixes.
- Status changed to Needs work
11 months ago 4:11pm 19 April 2024 - 🇬🇧United Kingdom jonathan1055
This is what we get before the changes in this MR
- last update
10 months ago 229 pass, 2 fail - 🇬🇧United Kingdom jonathan1055
We now have test coverage for the above problem, added in
📌 Expand javascript test coverage Fixed - last update
10 months ago Build Successful - last update
10 months ago Build Successful - last update
10 months ago 237 pass - last update
10 months ago 237 pass - 🇬🇧United Kingdom jonathan1055
Due to the differing eslint config rules, if the files are fixed for eslint on GitLab pipelines, they fail on DrupalCI. So the .eslintignore file will stay in place (to make sure the DrupalCI eslint does not fail) but the file is deleted in a custom
composer: after_script:
so that the three ,js files are ignored in the gitlab eslint job. - last update
10 months ago 237 pass -
jonathan1055 →
committed 12f74de4 on 2.x
Issue #3432976: Fix ESLINT warnings using improved config rules from...
-
jonathan1055 →
committed 12f74de4 on 2.x
- Open on Drupal.org →Core: 10.2.1 + Environment: PHP 8.1 & MySQL 8last update
10 months ago Not currently mergeable. - Open on Drupal.org →Core: 10.2.1 + Environment: PHP 8.1 & MySQL 8last update
10 months ago Not currently mergeable. - last update
10 months ago Build Successful - last update
10 months ago Build Successful - last update
10 months ago Build Successful - last update
10 months ago Build Successful - last update
10 months ago Build Successful - last update
10 months ago Build Successful - 🇬🇧United Kingdom jonathan1055
Starting point for 8.x-1.x
50 problems (50 errors, 0 warnings) 36 errors and 0 warnings potentially fixable with the `--fix` option.
- 🇬🇧United Kingdom jonathan1055
The automatic patch fixed many of the errors. We are left with
13 problems (13 errors, 0 warnings)
https://git.drupalcode.org/project/scheduler/-/jobs/2433099#L35
-
jonathan1055 →
committed 239efaae on 8.x-1.x
Issue #3432976 by jonathan1055: Fix ESLINT warnings using improved...
-
jonathan1055 →
committed 239efaae on 8.x-1.x
- Status changed to Fixed
7 months ago 4:21pm 14 August 2024 - 🇬🇧United Kingdom jonathan1055
Eslint is now clean and green on 8.x-1.x
Merged and fixed. Automatically closed - issue fixed for 2 weeks with no activity.