mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-13 20:39:33 -05:00
Merge branch 'master' of https://github.com/github/super-linter
This commit is contained in:
commit
cc9880a4fd
1 changed files with 5 additions and 1 deletions
|
@ -14,6 +14,7 @@ Developers on **GitHub** can call this Action to lint their code base with the f
|
||||||
- **Perl** (Perl)
|
- **Perl** (Perl)
|
||||||
- **XML** (LibXML)
|
- **XML** (LibXML)
|
||||||
- **Coffeescript** (coffeelint)
|
- **Coffeescript** (coffeelint)
|
||||||
|
- **Javascript** (eslint)(standard)
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
||||||
|
@ -116,6 +117,9 @@ The super-linter allows you to pass the following `ENV` variables to be able to
|
||||||
- **VALIDATE_ANSIBLE**
|
- **VALIDATE_ANSIBLE**
|
||||||
- Default: `true`
|
- Default: `true`
|
||||||
- Flag to enable or disable the linting process of the language
|
- Flag to enable or disable the linting process of the language
|
||||||
|
- **VALIDATE_JAVASCRIPT**
|
||||||
|
- Default: `true`
|
||||||
|
- Flag to enable or disable the linting process of the language
|
||||||
|
|
||||||
## Docker Hub
|
## Docker Hub
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue