mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-10 02:53:36 -05:00
d155ff2a3c
The pylint config file is correctly being applied to the pylint command, however, the `-E` flag is actually not honoring any of the disabled messages in the `.python-lint` file. By making this change to the default lint file only the errors are output as expected but honoring the disabled messages. Also, disable the score as the -E flag also does. |
||
---|---|---|
.. | ||
.clj-kondo | ||
.ansible-lint.yml | ||
.coffee-lint.json | ||
.dockerfilelintrc | ||
.eslintrc.yml | ||
.golangci.yml | ||
.markdown-lint.yml | ||
.openapirc.yml | ||
.powershell-psscriptanalyzer.psd1 | ||
.python-lint | ||
.ruby-lint.yml | ||
.stylelintrc.json | ||
.tflint.hcl | ||
.yaml-lint.yml | ||
README.md |
TEMPLATES
The files in this folder are template rules for the linters that will run against your code base. If you chose to copy these to your local repository in the directory: .github/
they will be used at runtime. If they are not present, they will be used by default in the linter run.
The file(s) will be parsed at run time on the local branch to load all rules needed to run the Super-Linter GitHub Action.
The GitHub Action will inform the user via the Checks API on the status and success of the process.