adding language

This commit is contained in:
Lucas Gravley 2020-02-28 09:53:56 -06:00
parent cb6c6401ef
commit dc6d520344
2 changed files with 9 additions and 1 deletions

View file

@ -70,6 +70,10 @@ Once the container has been downloaded to your local environment, you can then b
- `-e VALIDATE_DOCKER=<true|false>`
- Default: `true`
- Flag to enable or disable the linting process of the language
- **VALIDATE_GO**
- `-e VALIDATE_GO=<true|false>`
- Default: `true`
- Flag to enable or disable the linting process of the language
- **ANSIBLE_DIRECTORY**
- `-e ANSIBLE_DIRECTORY=</path/local/to/codebase/with/ansible>`
- Default: `/ansible`

View file

@ -13,6 +13,7 @@ Developers on **GitHub** can call this Action to lint their code base with the f
- **XML** (LibXML)
- **Coffeescript** (coffeelint)
- **Javascript** (eslint)(standard)
- **Golang** (golangci-lint)
- **Dockerfile** (dockerfilelint)
## How to use
@ -121,7 +122,10 @@ The super-linter allows you to pass the following `ENV` variables to be able to
- Flag to set the root directory for Ansible file location(s)
- **VALIDATE_DOCKER**
- 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_GO**
- Default: `true`
- Flag to enable or disable the linting process of the language
- **VERBOSE_OUTPUT**
- Default: `false`
- Flag to enable additional information about the linter, versions, and additional output