-
-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request new MegaLinter flavor #1760
Comments
This one is similar to #1632 in that it's sort of Python + C, but with Bash and Hadolint as well. I still favor an npx-esque install-precisely-the-needed-linters-on-the-fly approach over maintaining a wide fleet of flavors. |
Yeah I think it’s the |
If it's the only blocking point, I can also add the Makefile linter within Python flavor :) |
* Add makefile linter within python flavor Fixes #1760 * [MegaLinter] Apply linters fixes Co-authored-by: nvuillam <nvuillam@users.noreply.github.com>
@nvuillam that's perfect, thank you so much! |
Should be ok with 6.6.0 :) |
MegaLinter would run faster on my project if I had a flavor containing the following list of linters:
PYTHON_BLACK, PYTHON_FLAKE8, PYTHON_ISORT, ACTION_ACTIONLINT, BASH_EXEC, BASH_SHELLCHECK, BASH_SHFMT, DOCKERFILE_HADOLINT, MAKEFILE_CHECKMAKE, MARKDOWN_MARKDOWN_TABLE_FORMATTER, REPOSITORY_CHECKOV, REPOSITORY_DEVSKIM, REPOSITORY_DUSTILOCK, REPOSITORY_GIT_DIFF, REPOSITORY_GITLEAKS, REPOSITORY_SECRETLINT, REPOSITORY_SYFT, REPOSITORY_TRIVY, YAML_PRETTIER, YAML_YAMLLINT, YAML_V8R
Would it be possible to create one ? Thanks☺️
The text was updated successfully, but these errors were encountered: