feat: add --no-pub global flag to skip pub get calls #1870
Annotations
1 error, 1 warning, and 4 notices
|
Analyze
Dart Analyzer detected problems, see the logs for more information.
|
|
Analyze:
packages/melos/test/commands/bootstrap_no_pub_test.dart#L59
Try removing the variable or using it.
See https://dart.dev/diagnostics/unused_local_variable to learn more about this problem.
|
|
Analyze:
packages/melos/test/commands/bootstrap_no_pub_test.dart#L77
Try adding a newline at the end of the file.
See https://dart.dev/lints/eol_at_end_of_file to learn more about this problem.
|
|
Analyze:
packages/melos/test/commands/bootstrap_no_pub_test.dart#L66
Try removing the argument.
See https://dart.dev/lints/avoid_redundant_argument_values to learn more about this problem.
|
|
Analyze:
packages/melos/lib/src/commands/bootstrap.dart#L69
Try using an if-null operator.
See https://dart.dev/diagnostics/use_if_null_to_convert_nulls_to_bools to learn more about this problem.
|
|
Analyze:
packages/melos/bin/melos.dart#L9
Try breaking the line across multiple lines.
See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
|
Loading