feat: finalize license status api #34
Annotations
1 error and 10 warnings
π Dart Analyze
Dart Analyzer found 32 issues
- 0 error.
- 1 warning.
- 19 info logs.
- 12 formatting issues
|
π Dart Analyze:
bin/doc.dart#L63
The value of the local variable 'filePath' isn't used.. See https://dart.dev/tools/diagnostic-messages#unused_local_variable
|
π Dart Analyze:
bin/doc.dart#L4
Place 'dart:' imports before other imports.. See https://dart.dev/tools/diagnostic-messages#directives_ordering
|
π Dart Analyze:
bin/doc.dart#L5
Sort directive sections alphabetically.. See https://dart.dev/tools/diagnostic-messages#directives_ordering
|
π Dart Analyze:
bin/doc.dart#L58
Don't invoke 'print' in production code.. See https://dart.dev/tools/diagnostic-messages#avoid_print
|
π Dart Analyze:
bin/doc.dart#L80
Unnecessary type annotation on a local variable.. See https://dart.dev/tools/diagnostic-messages#omit_local_variable_types
|
π Dart Analyze:
bin/doc.dart#L84
Don't invoke 'print' in production code.. See https://dart.dev/tools/diagnostic-messages#avoid_print
|
π Dart Analyze:
bin/doc.dart#L91
Don't invoke 'print' in production code.. See https://dart.dev/tools/diagnostic-messages#avoid_print
|
π Dart Analyze:
bin/doc.dart#L91
The expression has no effect and can be removed.. See https://dart.dev/tools/diagnostic-messages#noop_primitive_operations
|
π Dart Analyze:
lib/modules/admin/presentation/handlers/handlers.dart#L16
Sort directive sections alphabetically.. See https://dart.dev/tools/diagnostic-messages#directives_ordering
|
π Dart Analyze:
lib/modules/admin/presentation/handlers/revoke_client_key_handler.dart#L4
Sort directive sections alphabetically.. See https://dart.dev/tools/diagnostic-messages#directives_ordering
|
Loading