Skip to content

enhance: support Unicode 15.0 emoji (#135) #653

enhance: support Unicode 15.0 emoji (#135)

enhance: support Unicode 15.0 emoji (#135) #653

Triggered via push December 16, 2023 01:12
Status Success
Total duration 35s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint: src/cli/parse.ts#L5
Missing return type on function
lint: src/cli/parse.ts#L8
Unnecessary conditional, value is always truthy
lint: src/cli/parse.ts#L8
Unexpected constant condition
lint: src/cli/parseSimple.ts#L5
Missing return type on function
lint: src/cli/parseSimple.ts#L8
Unnecessary conditional, value is always truthy
lint: src/cli/parseSimple.ts#L8
Unexpected constant condition
lint: src/internal/core/index.ts#L15
Unexpected any. Specify a different type
lint: src/internal/core/index.ts#L34
Missing return type on function
lint: src/internal/core/index.ts#L94
Unexpected any. Specify a different type
lint: src/internal/core/index.ts#L116
'_state' is defined but never used