superlint/TEMPLATES
2020-04-02 13:06:20 -05:00
..
.ansible-lint.yml cleanup of scripts 2019-10-22 12:21:42 -05: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
.golangci.yml fix linter rules 2020-02-28 10:08:38 -06:00
.markdown-lint.yml cleanup of scripts 2019-10-22 12:21:42 -05:00
.python-lint cleanup of scripts 2019-10-22 12:21:42 -05:00
.ruby-lint.yml fixed it?g 2020-03-30 14:53:35 -05:00
.tflint.hcl remove deep mode 2020-04-02 12:09:34 -04:00
.yaml-lint.yml cleanup of scripts 2019-10-22 12:21:42 -05:00
README.md adding it 2019-10-21 11:05:55 -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.