Skip to content

How to create a custom flavor #3412

Answered by echoix
BD103 asked this question in Q&A
Mar 10, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Well, it depends on what your strengths are. There's a hard way, where you would manipulate docker images, since individual linters are published as images, so it would be possible to combine them by copying files around, and adjusting the env vars that are set at the end of the dockerfile. Editorconfig-checker is an easy one, since it is a single file copied from a docker image. That's if you are more comfortable in docker.

Another way would be to run megalinter three individual linters back to back.
If you are confortable in docker, in another way, it could be technically possible to repack the megalinter images with eStargz compression/indexing, that would allow if using containerd sto…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@BD103
Comment options

Answer selected by BD103
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants