Skip to content

Add linting, fix errors #5

Add linting, fix errors

Add linting, fix errors #5

Triggered via push October 29, 2023 13:46
Status Failure
Total duration 35s
Artifacts

ci.yml

on: push
Lint, Check Types
27s
Lint, Check Types
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
Lint, Check Types
Process completed with exit code 1.
Lint, Check Types: guest-list-mobile/app/_layout.tsx#L49
Style prop value must be an object
Lint, Check Types: guest-list-mobile/app/index.tsx#L54
'guest' is defined but never used
Lint, Check Types: guest-list-mobile/app/index.tsx#L66
Promises must be awaited, end with a call to .catch, or end with a call to .then with a rejection handler
Lint, Check Types: guest-list-mobile/app/index.tsx#L68
Promises must be awaited, end with a call to .catch, or end with a call to .then with a rejection handler
Lint, Check Types: guest-list-mobile/app/index.tsx#L69
React Hook useEffect has a missing dependency: 'guests'. Either include it or remove the dependency array. You can also do a functional update 'setGuests(g => ...)' if you only need 'guests' in the 'setGuests' call
Lint, Check Types: guest-list-mobile/app/index.tsx#L72
Empty components are self-closing