superlint/TEMPLATES
Brett Logan a9fdf79c4a Fix template version
Signed-off-by: Brett Logan <lindluni@github.com>
2023-04-10 19:41:24 -04:00
..
.clj-kondo Fix editorconfig-checker errors 2020-11-05 23:21:41 +01:00
.ansible-lint.yml Disable YAML linting in ansible-lint (#3370) 2022-09-29 11:05:04 +02:00
.arm-ttk.psd1 Revert psd1 extension change and ignore PSMissingModuleManifestField 2023-01-05 09:46:51 -05:00
.cfnlintrc.yml Update additional scala extensions (#2296) 2022-01-06 09:28:26 -06:00
.chktexrc Fix editorconfig-checker errors 2020-11-05 23:21:41 +01:00
.coffee-lint.json cleanup of scripts 2019-10-22 12:21:42 -05:00
.ecrc Create .ecrc 2020-10-15 16:41:48 -05:00
.eslintrc.yml Don't ignore dotfiles when running eslint 2023-01-07 09:15:33 -05:00
.flake8 Disable flake8 rule E203 (#2821) 2022-05-02 09:28:30 -05:00
.gherkin-lintrc Gherkin (#1011) 2020-11-19 09:54:20 -06:00
.gitleaks.toml Bump zricethezav/gitleaks from v8.8.12 to v8.13.0 (#3337) 2022-09-28 15:31:46 +00:00
.golangci.yml Update additional scala extensions (#2296) 2022-01-06 09:28:26 -06:00
.groovylintrc.json adding the templates 2020-07-14 09:47:54 -05:00
.hadolint.yaml adding hadolint failure threshold to template (#2916) 2022-05-23 14:53:34 -05:00
.htmlhintrc Fix editorconfig-checker errors 2020-11-05 23:21:41 +01:00
.isort.cfg added black profile to isort to simplify configuration (#3252) 2022-08-18 13:18:50 -05:00
.jscpd.json Install, configure, and run jscpd. Add missing tests (#1032) 2021-01-27 20:47:34 +01: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
.mypy.ini adding Python MyPy (#1401) 2021-03-24 14:00:23 -05:00
.openapirc.yml Add support for OpenAPI 2020-06-25 08:13:19 +02:00
.perlcriticrc Fix editorconfig-checker errors 2020-11-05 23:21:41 +01:00
.powershell-psscriptanalyzer.psd1 Revert psd1 extension change and ignore PSMissingModuleManifestField 2023-01-05 09:46:51 -05:00
.protolintrc.yml Update additional scala extensions (#2296) 2022-01-06 09:28:26 -06:00
.python-black Add support for black config file 2020-09-02 11:28:57 +02:00
.python-lint Update pylint disable rules (#3182) 2022-08-02 10:29:50 -05:00
.ruby-lint.yml fixed it?g 2020-03-30 14:53:35 -05:00
.scalafmt.conf Fix template version 2023-04-10 19:41:24 -04:00
.shellcheckrc Add a template config file for ShellCheck (#1900) 2021-08-30 11:19:56 -05:00
.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
.sqlfluff SQLFluff 0.12.0 upgrade (#2786) 2022-04-12 10:28:29 -05:00
.stylelintrc.json Add stylelint support to super-linter 2020-06-18 21:38:24 -04:00
.textlintrc Add textlint (#2021) 2021-10-05 08:29:05 -05:00
.tflint.hcl Switch from wata727/tflint to ghcr.io/terraform-linters/tflint-bundle (#1777) 2021-07-19 09:32:21 -05:00
.yaml-lint.yml The word "disable" was misspelled 2020-06-19 16:12:20 -04:00
actionlint.yml docs: add example to actionlint.yml (#1992) 2021-09-27 11:02:36 -05:00
analysis_options.yml fixed it real good 2020-08-06 10:56:06 -05:00
linter.yml actions/checkout@v3 2023-01-04 10:48:31 -05:00
php.ini adding rules file (#1644) 2021-06-09 11:53:11 -05:00
phpcs.xml Fix file modes and re-add report 2020-08-04 19:15:41 +02:00
phpstan.neon Fix editorconfig-checker errors 2020-11-05 23:21:41 +01:00
psalm.xml Fix file modes and re-add report 2020-08-04 19:15:41 +02:00
README.md Add textlint (#2021) 2021-10-05 08:29:05 -05:00
sun_checks.xml Enable @SuppressWarnings annotation support by default for Java (#1052) 2020-12-04 08:46:42 -06:00
terrascan.toml Adding terrascan config file (#1761) 2021-07-14 10:20:24 -05:00
tsconfig.json Use ts-standard instead of standard as TYPESCRIPT_STANDARD (#2614) 2022-03-16 10:21:57 -05:00

TEMPLATES

The files in this folder are template rules for the linters that will run against your codebase. If you choose to copy these to your local repository in the .github/linters/ directory, they will be used at runtime. If rule files are not present locally, the templates will be used by default.

The file(s) will be parsed at runtime 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.