mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 09:45:46 -05:00
6093426f1e
According to the official config sample the iconf template in this repository was misformatted. Also two settings were added so indents of imports follow the same format as suggested by black linter. Fixes: #1050 Co-authored-by: Lukas Gravley <admiralawkbar@github.com> |
||
---|---|---|
.. | ||
.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 | ||
.lintr | ||
.luacheckrc | ||
.markdown-lint.yml | ||
.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 | ||
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.