update coffeelint

This commit is contained in:
Tony Brix 2020-06-18 16:29:06 -05:00
parent 8cd1d3525c
commit 41deecee15
3 changed files with 4 additions and 4 deletions

View file

@ -43,7 +43,7 @@ RUN npm config set package-lock false \
&& npm -g --no-cache install \ && npm -g --no-cache install \
markdownlint-cli \ markdownlint-cli \
jsonlint prettyjson \ jsonlint prettyjson \
coffeelint \ @coffeelint/cli \
typescript eslint \ typescript eslint \
standard \ standard \
babel-eslint \ babel-eslint \
@ -53,7 +53,7 @@ RUN npm config set package-lock false \
&& npm --no-cache install \ && npm --no-cache install \
markdownlint-cli \ markdownlint-cli \
jsonlint prettyjson \ jsonlint prettyjson \
coffeelint \ @coffeelint/cli \
typescript eslint \ typescript eslint \
standard \ standard \
babel-eslint \ babel-eslint \

View file

@ -19,7 +19,7 @@ Developers on **GitHub** can call the **GitHub Action** to lint their code base
| *Language* | *Linter* | | *Language* | *Linter* |
| --- | --- | | --- | --- |
| **Ansible** | [ansible-lint](https://github.com/ansible/ansible-lint) | | **Ansible** | [ansible-lint](https://github.com/ansible/ansible-lint) |
| **CoffeeScript** | [coffeelint](http://www.coffeelint.org/) | | **CoffeeScript** | [coffeelint](https://coffeelint.github.io/) |
| **Dockerfile** | [dockerfilelint](https://github.com/replicatedhq/dockerfilelint.git) | | **Dockerfile** | [dockerfilelint](https://github.com/replicatedhq/dockerfilelint.git) |
| **Golang** | [golangci-lint](https://github.com/golangci/golangci-lint) | | **Golang** | [golangci-lint](https://github.com/golangci/golangci-lint) |
| **JavaScript** | [eslint](https://eslint.org/) [standard js](https://standardjs.com/) | | **JavaScript** | [eslint](https://eslint.org/) [standard js](https://standardjs.com/) |

View file

@ -319,7 +319,7 @@ Here is more data
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
## Coffeescript ## Coffeescript
- [coffeelint](http://www.coffeelint.org/) - [coffeelint](https://coffeelint.github.io/)
### coffeelint Config file ### coffeelint Config file
- `.github/linters/.coffee-lint.yml` - `.github/linters/.coffee-lint.yml`