superlint/TEMPLATES
Drew Ayling d155ff2a3c Fix honoring pylint config file
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.
2020-06-26 17:13:24 -06:00
..
.clj-kondo Adding config to templates 2020-06-24 08:35:56 -05:00
.ansible-lint.yml Fix Typo 2020-06-24 02:07:28 +05:30
.coffee-lint.json cleanup of scripts 2019-10-22 12:21:42 -05:00
.dockerfilelintrc cleaner 2020-01-10 10:08:54 -06:00
.eslintrc.yml adding source 2020-04-01 13:59:05 -05:00
.golangci.yml fix linter rules 2020-02-28 10:08:38 -06:00
.markdown-lint.yml cleanup of scripts 2019-10-22 12:21:42 -05:00
.openapirc.yml Add support for OpenAPI 2020-06-25 08:13:19 +02:00
.powershell-psscriptanalyzer.psd1 Powershell Initial Commit 2020-06-19 14:18:26 -07:00
.python-lint Fix honoring pylint config file 2020-06-26 17:13:24 -06:00
.ruby-lint.yml fixed it?g 2020-03-30 14:53:35 -05:00
.stylelintrc.json Add stylelint support to super-linter 2020-06-18 21:38:24 -04:00
.tflint.hcl remove deep mode 2020-04-02 12:09:34 -04:00
.yaml-lint.yml The word "disable" was misspelled 2020-06-19 16:12:20 -04:00
README.md fixing docs 2020-06-19 10:18:45 -05:00

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.