Skip to content

chore(deps-dev): bump @types/node from 20.11.17 to 20.12.11 #287

chore(deps-dev): bump @types/node from 20.11.17 to 20.12.11

chore(deps-dev): bump @types/node from 20.11.17 to 20.12.11 #287

Triggered via pull request May 8, 2024 17:11
Status Success
Total duration 41s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 2 warnings, and 4 notices
Undefined name 'A'.: dart/lib/syntax_error.dart#L2
Try correcting the name to one that is defined, or defining the name. See https://dart.dev/diagnostics/undefined_identifier to learn more about this problem.
Undefined class 'broken'.: dart/lib/syntax_error.dart#L2
Try changing the name to the name of an existing class, or creating a class with the name 'broken'. See https://dart.dev/diagnostics/undefined_class to learn more about this problem.
Undefined name 'comment'.: dart/lib/syntax_error.dart#L2
Try correcting the name to one that is defined, or defining the name. See https://dart.dev/diagnostics/undefined_identifier to learn more about this problem.
Don't invoke 'print' in production code.: dart/lib/lint.dart#L4
Try using a logging framework. See https://dart.dev/lints/avoid_print to learn more about this problem.
Empty statements are not allowed in an 'else' clause.: dart/lib/lint.dart#L6
Try removing the empty statement or removing the else clause. See https://dart.dev/lints/avoid_empty_else to learn more about this problem.
The member 'bar' overrides an inherited member but isn't annotated with '@override'.: dart/lib/lint.dart#L11
Try adding the '@OverRide' annotation. See https://dart.dev/lints/annotate_overrides to learn more about this problem.
Don't invoke 'print' in production code.: dart/lib/syntax_error.dart#L4
Try using a logging framework. See https://dart.dev/lints/avoid_print to learn more about this problem.
The value of the local variable 'unused' isn't used.: dart/lib/info.dart#L2
Try removing the variable or using it. See https://dart.dev/diagnostics/unused_local_variable to learn more about this problem.
The value of the local variable 'code' isn't used.: dart/lib/syntax_error.dart#L2
Try removing the variable or using it. See https://dart.dev/diagnostics/unused_local_variable to learn more about this problem.