-
-
Notifications
You must be signed in to change notification settings - Fork 284
Description
Is your feature request related to a problem? Please describe.
The "problem" we're encountering with getting teams to adopt MegaLinter is folks fearing that they don't want linter warnings to block their development progress.
Describe the solution you'd like
We're using two MegaLinter configuration files: one is for stuff we want to block deployment (e.g., security-related) while the other is for linters.
So, it may be nice if we documented how one could set multiple runs (e.g., GitHub Actions), each with different MEGALINTER_CONFIGURATION environment variables set for blocking (e.g., DISABLE_ERRORS set to false for the REPOSITORY_* scanners) and another for non-blocking (e.g., DISABLE_ERRORS set to true, presumably with the desired linters that aren't in the blocking list).
Describe alternatives you've considered
The feature request is for documentation, maybe to the FAQ page. I'm happy to do the work. My "request" here is for feedback on:
- would you recommend this approach?
- if so, do you think it should be documented?
- if so, does the FAQ page seem like the right place for it?
Additional context
I'm not looking to introduce any more work -- I'm looking for some thoughts. If you don't think this is a good use of time, that's fine with me -- no hurt feelings.