QueryClient & Transaction #166
Annotations
1 error, 5 warnings, and 9 notices
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/
|
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/
|
The import of 'package:deno_postgres_interop/src/client_options.dart' is unnecessary because all of the used elements are also provided by the import of 'package:deno_postgres_interop/deno_postgres_interop.dart'.:
lib/src/client.dart#L5
Try removing the import directive.
See https://dart.dev/diagnostics/unnecessary_import to learn more about this problem.
|
The import of 'package:deno_postgres_interop/src/query_client.dart' is unnecessary because all of the used elements are also provided by the import of 'package:deno_postgres_interop/deno_postgres_interop.dart'.:
lib/src/client.dart#L6
Try removing the import directive.
See https://dart.dev/diagnostics/unnecessary_import to learn more about this problem.
|
Missing documentation for a public member.:
lib/src/transaction.dart#L15
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.
|
Missing documentation for a public member.:
lib/src/transaction.dart#L16
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.
|
Missing documentation for a public member.:
lib/src/transaction.dart#L30
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.
|
Missing documentation for a public member.:
lib/src/transaction.dart#L33
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.
|
Missing documentation for a public member.:
lib/src/transaction.dart#L48
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.
|
Missing documentation for a public member.:
lib/src/transaction.dart#L57
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.
|
Missing documentation for a public member.:
lib/src/transaction.dart#L63
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.
|