Skip to content

chore(client): refactored code and file structure for better readability #19

chore(client): refactored code and file structure for better readability

chore(client): refactored code and file structure for better readability #19

Triggered via push January 5, 2024 09:51
Status Success
Total duration 49s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@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: authentication/src/services/auth.service.ts#L161
Unexpected 'todo' comment: 'TODO: check if userId is in sql database'
lint: client/src/features/pages/posts/create/Create.tsx#L59
Unexpected 'todo' comment: 'TODO: Add actual API call to add post to...'
lint: client/src/features/pages/posts/edit/Edit.tsx#L55
Unexpected 'todo' comment: 'TODO: Add actual API call to get post by...'
lint: client/src/features/pages/posts/edit/Edit.tsx#L87
Unexpected 'todo' comment: 'TODO: Add actual API call to edit post...'
lint: client/src/features/pages/posts/list/List.tsx#L47
Unexpected 'todo' comment: 'TODO: Replace the following with actual...'
lint: client/src/features/pages/posts/list/PostColumns.tsx#L42
Unexpected 'todo' comment: 'TODO: Add actual API call to remove post...'
lint: client/src/features/pages/posts/list/PostColumns.tsx#L49
Unexpected 'todo' comment: 'TODO: Replace with actual API call'
lint: client/src/features/pages/posts/show/Show.tsx#L35
Unexpected 'todo' comment: 'TODO: Add actual API call to get post by...'
lint: client/src/shared/services/permission/Permission.service.ts#L5
Unexpected 'todo' comment: 'TODO: singleton instance'