Skip to content

Docs: Cleanup changes in "removals" #2849

Docs: Cleanup changes in "removals"

Docs: Cleanup changes in "removals" #2849

Triggered via pull request May 28, 2024 18:32
Status Failure
Total duration 25s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
lint: docs/cookbook/getInstantWithLocalTimeInZone.mjs#L29
Replace `⏎····.map(disambiguation` with `.map((disambiguation)`
lint: docs/cookbook/getInstantWithLocalTimeInZone.mjs#L30
Expected parentheses around arrow function argument
lint: docs/cookbook/getInstantWithLocalTimeInZone.mjs#L31
Replace `⏎····.map(zdt·=>·zdt.toInstant())⏎····.reduce((a,·b)·=>·a.equals(b)·?·[a]·:·[a,·b]` with `.map((zdt)·=>·zdt.toInstant()).reduce((a,·b)·=>·(a.equals(b)·?·[a]·:·[a,·b])`
lint: docs/cookbook/getInstantWithLocalTimeInZone.mjs#L32
Expected parentheses around arrow function argument
lint
Process completed with exit code 1.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.