superlint/TEMPLATES
dependabot[bot] e397961bcb
Bump scalameta/scalafmt from v3.5.8 to v3.5.9 (#3235)
* Bump scalameta/scalafmt from v3.5.8 to v3.5.9

Bumps scalameta/scalafmt from v3.5.8 to v3.5.9.

---
updated-dependencies:
- dependency-name: scalameta/scalafmt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update scala version in configuration

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marco Ferrari <ferrari.marco@gmail.com>
2022-09-27 11:19:52 +02:00
..
.clj-kondo Fix editorconfig-checker errors 2020-11-05 23:21:41 +01:00
.ansible-lint.yml Weekly Python Updates (#2922) 2022-05-23 13:26:07 -05:00
.arm-ttk.psd1 Test case updates 2020-07-03 12:23:40 +01: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 Cleanup YAML Linting and Enable Rules (#2301) 2022-01-06 09:59:15 -06: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 Fix .gitleaks.toml template (#3036) 2022-06-16 15:12:41 -05: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 Variable braces 2020-07-21 12:23:27 -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 Bump scalameta/scalafmt from v3.5.8 to v3.5.9 (#3235) 2022-09-27 11:19:52 +02: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 linebreak because yamllint complains of this template (#3317) 2022-09-24 09:42:41 +02: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.