Is your feature request related to a problem? Please describe it
I wanted to know if you considered supporting the .devcontainers specification for the tooling associated with this GitHub repo template.
Describe the solution you'd like
Run linting and analysis tools in a devcontainer in lieu of directly installing and executing Megalinter and its dependencies.
Describe alternatives you've considered
The current default of installed tools locally in the host where the repository is cloned, but I wanted to combine a collection of tools that defaults to devcontainers, and maintaing all the tools outside of one or more unified environments is annoying.
Additional context
Is your feature request related to a problem? Please describe it
I wanted to know if you considered supporting the
.devcontainersspecification for the tooling associated with this GitHub repo template.Describe the solution you'd like
Run linting and analysis tools in a devcontainer in lieu of directly installing and executing Megalinter and its dependencies.
Describe alternatives you've considered
The current default of installed tools locally in the host where the repository is cloned, but I wanted to combine a collection of tools that defaults to devcontainers, and maintaing all the tools outside of one or more unified environments is annoying.
Additional context