megalinter
megalinter copied to clipboard
🦙 MegaLinter analyzes 50 languages, 22 formats, 21 tooling formats, excessive copy-pastes, spelling mistakes and security issues in your repository sources with a GitHub Action, other CI tools or loc...
[automation] Auto-update linters version, help and documentation
**Describe the bug** Linting swift code does not work. The error appears: ``` ... Status: Downloaded newer image for norionomura/swiftlint:latest The `swiftlint autocorrect` command is no longer available. Please use...
As suggested in workflow, I am using the if condition to Create Pull Request with applied fixes: ```yaml if: steps.ml.outputs.has_updated_sources == 1 && (env.APPLY_FIXES_EVENT == 'all' || env.APPLY_FIXES_EVENT == github.event_name)...
Upgraded to v6 and now getting lots of `import-error`s from pylint. It looks like a [config](https://github.com/oxsecurity/megalinter/blob/e88ab3e9adf6d08526b178435583bc0c268f8246/TEMPLATES/.pylintrc) was added for v6? Suggest defaulting to `disable=import-error` in the config as it shouldn't...
`EXTENDS` in `.mega-linter.yml`: Properties from extended file override properties in extending file
**Describe the bug** To simplify the configuration of MegaLinter across multiple repos I want to have one [base config in my `.github` repo](https://github.com/lars-reimann/.github/blob/2a05588583f77cc571d4b7a5dae0b0b3f0fe6b8e/.mega-linter.yml) and then have a short configuration in...
Currently only see linux/amd64 on https://hub.docker.com/r/megalinter/megalinter/tags It would be amazing to have arm64 also Thanks
Added the project files for the `sample_project_fixes` tests. But I think it won't be enough. It seems the command is being executed from the root of the repository, so it...
Fixes https://github.com/oxsecurity/megalinter/issues/1642
**Describe the bug** We're trying to run the Salesforce SFDX linter suite and it looks like it's failing because the megalinter parser tries to parse the update warning from sfdx-cli....