Actions
Task #92223
closedBuild/Scripts/runTests.sh -s lintTypescript does not find task "tslint"
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Tests
Target version:
-
Start date:
2020-09-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
tests,core development,lint
Complexity:
easy
Sprint Focus:
Description
The script runTests.sh runs with Docker. It does not find the task "tslint"
Build/Scripts/runTests.sh -s lintTypescript
Creating network "local_default" with the default driver
yarn install v1.21.1
[1/5] Validating package.json...
[2/5] Resolving packages...
success Already up-to-date.
$ patch-package
patch-package 6.2.2
Applying patches...
No patch files found
Done in 1.59s.
Warning: Task "tslint" not found. Use --force to continue.
Aborted due to warnings.
Updated by Oliver Hader about 4 years ago
Confirmed, this has been changed in https://review.typo3.org/c/Packages/TYPO3.CMS/+/61784/8/Build/Gruntfile.js from tslint
(which is still called in docker compose commands) to eslint
. This was introduce for TYPO3 v10.1.0
Updated by Oliver Hader about 4 years ago
- Related to Task #89232: Start using ESLint in favor of TSLint added
Updated by Oliver Hader about 4 years ago
- Status changed from New to Accepted
- TYPO3 Version changed from 11 to 10
Updated by Gerrit Code Review about 4 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65637
Updated by Gerrit Code Review about 4 years ago
Patch set 1 for branch 10.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/+/65603
Updated by Sybille Peters about 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 314f5ea9f30bb3bf5655dd8906c5157180c1030b.
Actions