superlint/TEMPLATES
2020-10-30 12:15:16 +01:00
..
.clj-kondo
.ansible-lint.yml
.arm-ttk.psd1
.cfnlintrc.yml
.chktexrc fix exit code 2020-08-19 17:51:07 +00:00
.coffee-lint.json
.dockerfilelintrc
.ecrc Create .ecrc 2020-10-15 16:41:48 -05:00
.eslintrc.yml
.flake8 Add line at EOF 2020-07-27 17:51:02 -05:00
.golangci.yml
.groovylintrc.json adding the templates 2020-07-14 09:47:54 -05:00
.hadolint.yaml Don't override the secondary rules file path, if available 2020-10-30 12:15:16 +01:00
.htmlhintrc Add HTML support to super-linter 2020-07-04 18:14:27 -04:00
.isort.cfg fixtemplate 2020-10-28 12:10:12 -05:00
.lintr add .lintr detection 2020-08-17 12:01:25 +00:00
.luacheckrc add lua to super-linter 2020-07-24 11:34:52 -07:00
.markdown-lint.yml Update .markdown-lint.yml 2020-10-14 10:16:36 -05:00
.openapirc.yml
.perlcriticrc PerlCritic basic implementation 2020-08-07 14:58:40 +02:00
.powershell-psscriptanalyzer.psd1 Variable braces 2020-07-21 12:23:27 -05:00
.protolintrc.yml
.python-black Add support for black config file 2020-09-02 11:28:57 +02:00
.python-lint added import-error to the pylint disable rules 2020-09-04 09:22:06 -04:00
.ruby-lint.yml
.snakefmt.toml [Snakemake] Update codebase 2020-09-07 16:49:07 +02:00
.sql-config.json fix config 2020-08-11 13:40:38 -05:00
.stylelintrc.json
.tflint.hcl
.yaml-lint.yml
analysis_options.yml fixed it real good 2020-08-06 10:56:06 -05:00
phpcs.xml Fix file modes and re-add report 2020-08-04 19:15:41 +02:00
phpstan.neon Add basic PHPStan support 2020-07-28 19:50:00 +02:00
psalm.xml Fix file modes and re-add report 2020-08-04 19:15:41 +02:00
README.md Correct path to linters directory 2020-09-30 23:27:34 +01:00
sun_checks.xml adding some good code 2020-08-05 13:35:14 -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/linters 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.