Actions
Task #103375
closedImplement `@typescript-eslint/no-array-delete` rule
Start date:
2024-03-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Using delete
on arrays is potentially unsafe as it actually replaces the values with an empty slot, keeping the array's size.
Updated by Gerrit Code Review 8 months ago
- Status changed from In Progress to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83438
Updated by Gerrit Code Review 8 months ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83438
Updated by Gerrit Code Review 8 months ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83443
Updated by Andreas Fernandez 8 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 28500f1ace0552179814f3bb7ca58ea5c371e241.
Updated by Andreas Kienast 6 months ago
- Related to Bug #103971: Ajax-dispatcher.ts fails to load all stylesheets when they are loaded through an inline-relation in backend added
Actions