Merge pull request #133 from pronoiac/pronoiac/tweak-readme-linter-list

Tweak readme linter list
This commit is contained in:
Lukas Gravley 2020-06-18 13:47:24 -05:00 committed by GitHub
commit 1e08ff6363
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,23 +16,23 @@ The super-linter finds issues and reports them to the console output. Fixes are
Developers on **GitHub** can call the **GitHub Action** to lint their code base with the following list of linters:
| *Language* | *Linter* |
|---|---|
| **Ruby** | RuboCop |
| **Shell** | Shellcheck |
| **Ansible** | Ansible-lint |
| **YAML** | Yamllint |
| **Python3** | Pylint |
| **JSON** | JsonLint |
| **Markdown** | markdownlint |
| **Perl** | Perl |
| **XML** | LibXML |
| **CoffeeScript** | coffeelint |
| **JavaScript** | eslint standard |
| **TypeScript** | eslint standard |
| **Golang** | golangci-lint |
| **Dockerfile** | dockerfilelint |
| **Terraform** | tflint |
| *Language* | *Linter* |
| --- | --- |
| **Ansible** | [ansible-lint](https://github.com/ansible/ansible-lint) |
| **CoffeeScript** | [coffeelint](http://www.coffeelint.org/) |
| **Dockerfile** | [dockerfilelint](https://github.com/replicatedhq/dockerfilelint.git) |
| **Golang** | [golangci-lint](https://github.com/golangci/golangci-lint) |
| **JavaScript** | [eslint](https://eslint.org/) [standard js](https://standardjs.com/) |
| **JSON** | [jsonlint](https://github.com/zaach/jsonlint) |
| **Markdown** | [markdownlint](https://github.com/igorshubovych/markdownlint-cli#readme) |
| **Perl** | [perl](https://pkgs.alpinelinux.org/package/edge/main/x86/perl) |
| **Python3** | [pylint](https://www.pylint.org/) |
| **Ruby** | [Rubocop](https://github.com/rubocop-hq/rubocop) |
| **Shell** | [Shellcheck](https://github.com/koalaman/shellcheck) |
| **Terraform** | [tflint](https://github.com/terraform-linters/tflint) |
| **TypeScript** | [eslint](https://eslint.org/) [standard js](https://standardjs.com/) |
| **XML** | [LibXML](http://xmlsoft.org/) |
| **YAML** | [YamlLint](https://github.com/adrienverge/yamllint) |
## How to use
To use this **GitHub** Action you will need to complete the following: