superlint/TEMPLATES
2020-08-11 12:30:00 -05:00
..
.clj-kondo Adding config to templates 2020-06-24 08:35:56 -05:00
.ansible-lint.yml Fix Typo 2020-06-24 02:07:28 +05:30
.arm-ttk.psd1 Test case updates 2020-07-03 12:23:40 +01:00
.cfnlintrc.yml Add AWS CloudFormation templates linting 2020-06-26 21:52:38 +02:00
.coffee-lint.json cleanup of scripts 2019-10-22 12:21:42 -05:00
.dockerfilelintrc cleaner 2020-01-10 10:08:54 -06:00
.eslintrc.yml adding source 2020-04-01 13:59:05 -05:00
.flake8 Add line at EOF 2020-07-27 17:51:02 -05:00
.golangci.yml fix linter rules 2020-02-28 10:08:38 -06:00
.groovylintrc.json adding the templates 2020-07-14 09:47:54 -05:00
.hadolint.yml now with matching names 2020-08-04 15:03:18 -05:00
.htmlhintrc Add HTML support to super-linter 2020-07-04 18:14:27 -04:00
.luacheckrc add lua to super-linter 2020-07-24 11:34:52 -07:00
.markdown-lint.yml cleanup of scripts 2019-10-22 12:21:42 -05:00
.openapirc.yml Add support for OpenAPI 2020-06-25 08:13:19 +02:00
.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 Add protolint support to super-linter 2020-06-28 20:17:08 +09:00
.python-lint Fix honoring pylint config file 2020-06-26 17:13:24 -06:00
.ruby-lint.yml fixed it?g 2020-03-30 14:53:35 -05:00
.sql-config.json add sql goods 2020-08-11 12:30:00 -05:00
.stylelintrc.json Add stylelint support to super-linter 2020-06-18 21:38:24 -04:00
.tflint.hcl Setting tflint modules to false 2020-07-01 08:49:39 -05:00
.yaml-lint.yml The word "disable" was misspelled 2020-06-19 16:12:20 -04:00
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 Format Markdown 2020-07-21 12:08:05 -05: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/ 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.