Errors #186
Annotations
1 error, 7 warnings, and 1 notice
build
Dart Analyzer detected problems, see the logs for more information.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, andstor/file-existence-action@v1, 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/
|
Unused import: 'dart:js_util'.:
example/lib/main.dart#L2
Try removing the import directive.
See https://dart.dev/diagnostics/unused_import to learn more about this problem.
|
Unused import: 'package:deno_postgres_interop/src/errors/js_error.dart'.:
lib/src/errors/transaction_error.dart#L3
Try removing the import directive.
See https://dart.dev/diagnostics/unused_import to learn more about this problem.
|
build
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/
|
build
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/
|
build
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/
|
build
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/
|
Missing documentation for a public member.:
lib/src/errors/postgres_error.dart#L6
Try adding documentation for the member.
See https://dart-lang.github.io/linter/lints/public_member_api_docs.html to learn more about this problem.
|