mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
update coffeelint
This commit is contained in:
parent
8cd1d3525c
commit
41deecee15
3 changed files with 4 additions and 4 deletions
|
@ -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 \
|
||||||
|
|
|
@ -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/) |
|
||||||
|
|
|
@ -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`
|
||||||
|
|
Loading…
Reference in a new issue