mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 01:35:53 -05:00
08a586cf3b
* adding fun * fix whitespace * adding tests * adding the array * bug in file name * fix tap * makes no sense * adding the hammer * adding some extra protbuf |
||
---|---|---|
.. | ||
.clj-kondo | ||
.ansible-lint.yml | ||
.arm-ttk.psd1 | ||
.cfnlintrc.yml | ||
.chktexrc | ||
.coffee-lint.json | ||
.dockerfilelintrc | ||
.ecrc | ||
.eslintrc.yml | ||
.flake8 | ||
.gherkin-lintrc | ||
.golangci.yml | ||
.groovylintrc.json | ||
.hadolint.yaml | ||
.htmlhintrc | ||
.isort.cfg | ||
.jscpd.json | ||
.lintr | ||
.luacheckrc | ||
.markdown-lint.yml | ||
.mypy.ini | ||
.openapirc.yml | ||
.perlcriticrc | ||
.powershell-psscriptanalyzer.psd1 | ||
.protolintrc.yml | ||
.python-black | ||
.python-lint | ||
.ruby-lint.yml | ||
.snakefmt.toml | ||
.sql-config.json | ||
.stylelintrc.json | ||
.tflint.hcl | ||
.yaml-lint.yml | ||
analysis_options.yml | ||
linter.yml | ||
phpcs.xml | ||
phpstan.neon | ||
psalm.xml | ||
README.md | ||
sun_checks.xml |
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.