added GitHub templates #1
analyze.yaml
on: push
Analyze code and requirements
56s
Annotations
3 errors, 1 warning, and 10 notices
The argument type 'dynamic' can't be assigned to the parameter type 'Map<String, dynamic>'. :
lib/src/elements/connection_params.dart#L23
See https://dart.dev/diagnostics/argument_type_not_assignable to learn more about this problem.
|
Analyze code and requirements
Dart Analyzer detected problems, see the logs for more information.
|
Analyze code and requirements
Process completed with exit code 1.
|
The generic type 'Map<dynamic, dynamic>' should have explicit type arguments but doesn't.:
lib/src/ui/element_handlers.dart#L184
Use explicit type arguments for 'Map<dynamic, dynamic>'.
|
The method is used to change a property.:
lib/src/dashboard.dart#L132
Try converting the method to a setter.
See https://dart.dev/lints/use_setters_to_change_properties to learn more about this problem.
|
The method is used to change a property.:
lib/src/dashboard.dart#L482
Try converting the method to a setter.
See https://dart.dev/lints/use_setters_to_change_properties to learn more about this problem.
|
The method is used to change a property.:
lib/src/dashboard.dart#L490
Try converting the method to a setter.
See https://dart.dev/lints/use_setters_to_change_properties to learn more about this problem.
|
Closure should be a tearoff.:
lib/src/elements/connection_params.dart#L23
Try using a tearoff rather than a closure.
See https://dart.dev/lints/unnecessary_lambdas to learn more about this problem.
|
The referenced name isn't visible in scope.:
lib/src/elements/flow_element.dart#L60
Try adding an import for the referenced name.
See https://dart.dev/lints/comment_references to learn more about this problem.
|
The method is used to change a property.:
lib/src/elements/flow_element.dart#L220
Try converting the method to a setter.
See https://dart.dev/lints/use_setters_to_change_properties to learn more about this problem.
|
The method '==' should not be overridden in classes not annotated with '@immutable'.:
lib/src/elements/flow_element.dart#L293
Try removing the override or annotating the class with '@immutable'.
See https://dart.dev/lints/avoid_equals_and_hash_code_on_mutable_classes to learn more about this problem.
|
The method 'hashCode' should not be overridden in classes not annotated with '@immutable'.:
lib/src/elements/flow_element.dart#L300
Try removing the override or annotating the class with '@immutable'.
See https://dart.dev/lints/avoid_equals_and_hash_code_on_mutable_classes to learn more about this problem.
|
Missing a required trailing comma.:
lib/src/flow_chart.dart#L54
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|
Missing a required trailing comma.:
lib/src/flow_chart.dart#L59
See https://dart.dev/lints/require_trailing_commas to learn more about this problem.
|