docs: Larger menu overlay and better error text for platform+space shooter tutorials #9309
cicd.yml
on: pull_request
format
1m 48s
analyze
2m 0s
analyze-latest
2m 9s
markdown-lint
9s
dcm
1m 57s
test
6m 17s
Annotations
3 errors, 6 warnings, and 4 notices
format
Process completed with exit code 1.
|
analyze
Dart Analyzer detected problems, see the logs for more information.
|
analyze-latest
Dart Analyzer detected problems, see the logs for more information.
|
markdown-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
analyze
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, invertase/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
dcm
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
analyze-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, invertase/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Use interpolation to compose strings and values.:
doc/tutorials/space_shooter/app/lib/main.dart#L27
Try using string interpolation to build the composite string.
See https://dart.dev/lints/prefer_interpolation_to_compose_strings to learn more about this problem.
|
The line length exceeds the 80-character limit.:
doc/tutorials/space_shooter/app/lib/main.dart#L27
Try breaking the line across multiple lines.
See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
|
Use interpolation to compose strings and values.:
doc/tutorials/space_shooter/app/lib/main.dart#L27
Try using string interpolation to build the composite string.
See https://dart.dev/lints/prefer_interpolation_to_compose_strings to learn more about this problem.
|
The line length exceeds the 80-character limit.:
doc/tutorials/space_shooter/app/lib/main.dart#L27
Try breaking the line across multiple lines.
See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
|