chore(deps): bump node-forge from 1.3.1 to 1.3.2 in /.github/workflows/scripts/functions #547
Triggered via pull request
November 26, 2025 22:42
Status
Failure
Total duration
10m 35s
Artifacts
–
validate.yaml
on: pull_request
analyze
54s
format
1m 2s
test_linux
5m 6s
test_windows
10m 31s
Annotations
8 errors, 10 warnings, and 10 notices
|
analyze
Dart Analyzer detected problems, see the logs for more information.
|
|
The getter 'headline4' isn't defined for the type 'TextTheme'.:
tests/lib/main.dart#L118
Try importing the library that defines 'headline4', correcting the name to the name of an existing getter, or defining a getter or field named 'headline4'.
See https://dart.dev/diagnostics/undefined_getter to learn more about this problem.
|
|
The getter 'headline4' isn't defined for the type 'TextTheme'.:
packages/firebase_auth/firebase_auth_desktop/example/lib/main.dart#L83
Try importing the library that defines 'headline4', correcting the name to the name of an existing getter, or defining a getter or field named 'headline4'.
See https://dart.dev/diagnostics/undefined_getter to learn more about this problem.
|
|
The getter 'bodyText1' isn't defined for the type 'TextTheme'.:
packages/firebase_auth/firebase_auth_desktop/example/lib/auth.dart#L456
Try importing the library that defines 'bodyText1', correcting the name to the name of an existing getter, or defining a getter or field named 'bodyText1'.
See https://dart.dev/diagnostics/undefined_getter to learn more about this problem.
|
|
The getter 'bodyText1' isn't defined for the type 'TextTheme'.:
packages/firebase_auth/firebase_auth_desktop/example/lib/auth.dart#L429
Try importing the library that defines 'bodyText1', correcting the name to the name of an existing getter, or defining a getter or field named 'bodyText1'.
See https://dart.dev/diagnostics/undefined_getter to learn more about this problem.
|
|
format
Process completed with exit code 1.
|
|
test_linux
Process completed with exit code 1.
|
|
test_windows
Process completed with exit code 1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The expression has no effect and can be removed.:
packages/firebase_auth/firebase_auth_dart/lib/src/user_metadata.dart#L31
Try removing the expression.
See https://dart.dev/lints/noop_primitive_operations to learn more about this problem.
|
|
Missing documentation for a public member.:
packages/firebase_auth/firebase_auth_dart/lib/src/user_metadata.dart#L13
Try adding documentation for the member.
See https://dart.dev/diagnostics/public_member_api_docs to learn more about this problem.
|
|
Missing documentation for a public member.:
packages/firebase_auth/firebase_auth_dart/lib/src/user_info.dart#L11
Try adding documentation for the member.
See https://dart.dev/diagnostics/public_member_api_docs to learn more about this problem.
|
|
Don't return 'this' from a method.:
packages/firebase_auth/firebase_auth_dart/lib/src/providers/twitter_auth.dart#L80
Try changing the return type to 'void' and removing the return.
See https://dart.dev/lints/avoid_returning_this to learn more about this problem.
|
|
Missing documentation for a public member.:
packages/firebase_auth/firebase_auth_dart/lib/src/providers/oauth.dart#L76
Try adding documentation for the member.
See https://dart.dev/diagnostics/public_member_api_docs to learn more about this problem.
|
|
Missing documentation for a public member.:
packages/firebase_auth/firebase_auth_dart/lib/src/id_token_result.dart#L13
Try adding documentation for the member.
See https://dart.dev/diagnostics/public_member_api_docs to learn more about this problem.
|
|
The referenced name isn't visible in scope.:
packages/firebase_auth/firebase_auth_dart/lib/src/firebase_auth.dart#L416
Try adding an import for the referenced name.
See https://dart.dev/lints/comment_references to learn more about this problem.
|
|
Missing a required trailing comma.:
packages/firebase_auth/firebase_auth_dart/lib/src/confirmation_result.dart#L59
Try adding a trailing comma.
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|
|
Missing a required trailing comma.:
packages/firebase_auth/firebase_auth_dart/lib/src/api/errors.dart#L458
Try adding a trailing comma.
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|
|
Missing a required trailing comma.:
packages/firebase_auth/firebase_auth_dart/lib/src/api/account_managament/profile.dart#L31
Try adding a trailing comma.
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|