Skip to content

🚨 chore: fix lint #41

🚨 chore: fix lint

🚨 chore: fix lint #41

Triggered via push July 9, 2023 11:28
Status Failure
Total duration 1m 13s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 9 warnings
test
Process completed with exit code 1.
test: src/helpers/prompt.ts#L30
Empty block statement
test: src/store/session/slices/chat/messageReducer.test.ts#L70
Empty files are not allowed
test: src/store/session/slices/session/initialState.ts#L32
Use `undefined` instead of `null`
test: src/store/session/slices/session/reducers/session.test.ts#L298
Empty files are not allowed
test: src/utils/VersionController.ts#L48
Use `.length > 0` when checking length is not zero
test: src/utils/compass.ts#L76
Prefer `String.fromCodePoint()` over `String.fromCharCode()`
test: src/utils/compass.ts#L88
Prefer the spread operator over `String#split('')`
test: src/utils/compass.ts#L89
Prefer `String#codePointAt()` over `String#charCodeAt()`
test: src/utils/filter.test.ts#L120
Empty files are not allowed