chore(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.8.0 #281
Annotations
4 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.
|
build
Process completed with exit code 2.
|
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.
|
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.
|