Skip to content

chore(deps): update dependency xo to ^0.58.0 - autoclosed #872

chore(deps): update dependency xo to ^0.58.0 - autoclosed

chore(deps): update dependency xo to ^0.58.0 - autoclosed #872

Triggered via pull request March 8, 2024 19:49
Status Failure
Total duration 2m 3s
Artifacts

ci.yaml

on: pull_request
Matrix: test
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: src/cli.ts#L170
The switch statement is exhaustive, so the default case is unnecessary.
lint: src/cli.ts#L250
The variable `acc` should be named `accumulator`. A more descriptive name will do too.
lint: src/cli.ts#L250
The variable `curr` should be named `current`. A more descriptive name will do too.
lint: src/cli.ts#L252
'if' statement can be replaced with a logical operator assignment with operator ||=.
lint: src/cli.ts#L310
The switch statement is exhaustive, so the default case is unnecessary.
lint: src/cli.ts#L402
The switch statement is exhaustive, so the default case is unnecessary.
lint: src/index.ts#L74
The variable `args` should be named `arguments_`. A more descriptive name will do too.
lint: src/index.ts#L89
Assignment (=) can be replaced with operator assignment (||=).
lint: src/links.ts#L5
The variable `linksAttr` should be named `linksAttribute`. A more descriptive name will do too.
lint: src/links.ts#L32
The variable `tagAttr` should be named `tagAttribute`. A more descriptive name will do too.