Skip to content

Postcard Improvement #1812

Postcard Improvement

Postcard Improvement #1812

Triggered via pull request October 31, 2023 09:24
Status Success
Total duration 2m 57s
Artifacts

lint.yaml

on: pull_request
lint the dart code
2m 42s
lint the dart code
detect-secrets
51s
detect-secrets
runner / dotenv-linter
6s
runner / dotenv-linter
runner / misspell
13s
runner / misspell
Fit to window
Zoom out
Zoom in

Annotations

4 warnings and 2 notices
lint the dart code
The following actions uses node12 which is deprecated and will be forced to run on node16: webfactory/[email protected], invertase/github-action-dart-analyzer@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint the dart code
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/
lint the dart code
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/
lint the dart code
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/
Use 'const' with the constructor to improve performance.: lib/screen/interactive_postcard/postcard_explain.dart#L123
Try adding the 'const' keyword to the constructor invocation. See https://dart.dev/lints/prefer_const_constructors to learn more about this problem.
Import of a library in the 'lib/src' directory of another package.: lib/service/navigation_service.dart#L36
Try importing a public library that exports this library, or removing the import. See https://dart.dev/lints/implementation_imports to learn more about this problem.