mega-linter-runner should use --remove-container by default #3062
Labels
bug
Something isn't working
O: stale 🤖
This issue or pull request is stale, it will be closed if there is no activity
I cannot think of a good reason why you wouldn't have
mega-linter-runner
use--remove-container
(introduced in #1563 and fixed in #1917) on by default, and only use the flag to explicit if one intentionally needs KEEP it, e.g. to debug a problem for developers of megalinter, which is a comparatively rare use case?As an end-users of megalinter who runs it from a CLI, the fact that it uses a container behind the scenes should be transparent to me, and not "DOS" 😈 my sometimes very limited disk space 🥲 eg. inside a GitHub Codespace... this is IMHO pretty bad:
I can (and have) work around it by adding
--remove-container
to a custom launch script - but shouldn't have to?The text was updated successfully, but these errors were encountered: