Skip to content

fix: 複合代入文の左辺が1回だけ評価されるように (#847) #12

fix: 複合代入文の左辺が1回だけ評価されるように (#847)

fix: 複合代入文の左辺が1回だけ評価されるように (#847) #12

Triggered via push November 9, 2024 07:43
Status Success
Total duration 24s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: src/error.ts#L15
Unnecessary conditional, value is always truthy
lint: src/interpreter/index.ts#L366
Unnecessary conditional, value is always truthy
lint: src/interpreter/lib/std.ts#L162
'e' is defined but never used. Allowed unused caught errors must match /^_/u
lint: src/interpreter/lib/std.ts#L171
'e' is defined but never used. Allowed unused caught errors must match /^_/u
lint: src/interpreter/primitive-props.ts#L93
Unnecessary conditional, value is always truthy
lint: src/interpreter/primitive-props.ts#L315
'opts' is defined but never used. Allowed unused args must match /^_/u
lint: src/interpreter/primitive-props.ts#L323
'opts' is defined but never used. Allowed unused args must match /^_/u
lint: src/interpreter/primitive-props.ts#L334
'opts' is defined but never used. Allowed unused args must match /^_/u
lint: src/interpreter/primitive-props.ts#L350
'opts' is defined but never used. Allowed unused args must match /^_/u
lint: src/interpreter/primitive-props.ts#L351
Assignment to function parameter 'depth'