feat: app ratings endpoint #49
Annotations
1 error and 18 warnings
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
src/app/context.rs#L23
method `config` is never used
|
src/app/context.rs#L31
field `config` is never read
|
|
|
GitHub Actions are not allowed to create Check annotations, when executed for a forked repos. See https://github.com/actions-rs/clippy-check/issues/2 for details.
|
src/app/interfaces/authentication.rs#L49
returning the result of a `let` binding from a block
|
src/features/app/entities.rs#L60
unneeded `return` statement
|
src/features/app/service.rs#L7
use of `default` to create a unit struct
|
src/features/app/use_cases.rs#L16
unneeded `return` statement
|
src/features/user/service.rs#L7
use of `default` to create a unit struct
|
src/features/user/use_cases.rs#L20
this block may be rewritten with the `?` operator
|
src/features/user/use_cases.rs#L29
this block may be rewritten with the `?` operator
|
src/app/context.rs#L23
method `config` is never used
|
The logs for this run have expired and are no longer available.
Loading