Skip to content

feat: add --no-pub global flag to skip pub get calls #1870

feat: add --no-pub global flag to skip pub get calls

feat: add --no-pub global flag to skip pub get calls #1870

Re-run triggered October 18, 2025 14:50
Status Failure
Total duration 4m 13s
Artifacts

validate.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 1 warning, and 4 notices
analyze
Dart Analyzer detected problems, see the logs for more information.
format
Process completed with exit code 1.
test_windows
313 tests passed, 19 failed, 1 skipped.
The value of the local variable 'workspace' isn't used.: 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.
Missing a newline at the end of the file.: 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.
The value of the argument is redundant because it matches the default value.: 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.
Use an if-null operator to convert a 'null' to a 'bool'.: 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.
The line length exceeds the 80-character limit.: 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.