We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c841bf commit e0e8810Copy full SHA for e0e8810
packages/analysis-lib/src/analysis_lib/output.py
@@ -265,7 +265,7 @@ def find_next_steps(
265
next_step_str = "Check the package’s issue tracker for available patches and workarounds."
266
elif is_deployed:
267
if fix_version:
268
- next_step_str = "Check if the package can be maintained as a runtime or provided dependency instead of bundling."
+ next_step_str = "Check if the package can be maintained as a 'runtime' dependency instead of bundling."
269
else:
270
next_step_str = (
271
"Consider replacing this package with a well-maintained alternative."
0 commit comments