Skip to content

Add: empty message for dropdown #145

Add: empty message for dropdown

Add: empty message for dropdown #145

Triggered via push May 21, 2024 16:55
Status Success
Total duration 40m 13s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 warnings
App.js#L239
Inline style: { flex: 1 } (react-native/no-inline-styles)
src/backdrops/ArticleCategories/locales.js#L4
Insert `;` (prettier/prettier)
src/backdrops/ArticleCategories/locales.js#L4
Missing semicolon (semi)
src/backdrops/ArticleCategories/locales.js#L5
Insert `;` (prettier/prettier)
src/backdrops/ArticleCategories/locales.js#L5
Missing semicolon (semi)
src/hooks/useMarkNotificationsAsRead.js#L13
Replace `·await·notificationsSvc.markNotificationsAsRead(⏎······notificationIds⏎····` with `⏎······await·notificationsSvc.markNotificationsAsRead(notificationIds` (prettier/prettier)
src/hooks/useSendInformationPortalSuggestion.js#L8
Replace `·await·clientSvc.sendInformationPortalSuggestion(⏎······suggestion⏎····` with `⏎······await·clientSvc.sendInformationPortalSuggestion(suggestion` (prettier/prettier)
src/utils/showToast.js#L20
Insert `··` (prettier/prettier)
src/utils/showToast.js#L21
Insert `··` (prettier/prettier)
src/utils/showToast.js#L26
Insert `··` (prettier/prettier)
src/utils/showToast.js#L27
Insert `··` (prettier/prettier)
Run linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1, wearerequired/lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run linters
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/