From 5df0755c950042c4d5dcea4489c2cecc49dc5a20 Mon Sep 17 00:00:00 2001 From: James Young Date: Thu, 18 Jun 2020 11:29:10 -0700 Subject: [PATCH] Copy links for linters into README --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index a2940d2c..3dfc8103 100644 --- a/README.md +++ b/README.md @@ -18,21 +18,21 @@ Developers on **GitHub** can call the **GitHub Action** to lint their code base | *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 | +| **Ruby** | [Rubocop](https://github.com/rubocop-hq/rubocop) | +| **Shell** | [Shellcheck](https://github.com/koalaman/shellcheck) | +| **Ansible** | [ansible-lint](https://github.com/ansible/ansible-lint) | +| **YAML** | [YamlLint](https://github.com/adrienverge/yamllint) | +| **Python3** | [pylint](https://www.pylint.org/) | +| **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) | +| **XML** | [LibXML](http://xmlsoft.org/) | +| **CoffeeScript** | [coffeelint](http://www.coffeelint.org/) | +| **JavaScript** | [eslint](https://eslint.org/) [standard js](https://standardjs.com/) | +| **TypeScript** | [eslint](https://eslint.org/) [standard js](https://standardjs.com/) | +| **Golang** | [golangci-lint](https://github.com/golangci/golangci-lint) | +| **Dockerfile** | [dockerfilelint](https://github.com/replicatedhq/dockerfilelint.git) | +| **Terraform** | [tflint](https://github.com/terraform-linters/tflint) | ## How to use To use this **GitHub** Action you will need to complete the following: