mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
fix spaces
This commit is contained in:
parent
b12beae67f
commit
88deab8ecd
2 changed files with 6 additions and 2 deletions
4
.github/run-linter-locally.md
vendored
4
.github/run-linter-locally.md
vendored
|
@ -66,6 +66,10 @@ Once the container has been downloaded to your local environment, you can then b
|
||||||
- `-e VALIDATE_JAVASCRIPT=<true|false>`
|
- `-e VALIDATE_JAVASCRIPT=<true|false>`
|
||||||
- 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_DOCKER**
|
||||||
|
- `-e VALIDATE_DOCKER=<true|false>`
|
||||||
|
- Default: `true`
|
||||||
|
- Flag to enable or disable the linting process of the language
|
||||||
- **ANSIBLE_DIRECTORY**
|
- **ANSIBLE_DIRECTORY**
|
||||||
- `-e ANSIBLE_DIRECTORY=</path/local/to/codebase/with/ansible>`
|
- `-e ANSIBLE_DIRECTORY=</path/local/to/codebase/with/ansible>`
|
||||||
- Default: `/ansible`
|
- Default: `/ansible`
|
||||||
|
|
Loading…
Reference in a new issue