mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
Fix readme
This commit is contained in:
parent
17d09ffc02
commit
0dba19167d
1 changed files with 3 additions and 3 deletions
|
@ -270,9 +270,9 @@ If you need to lint only a folder or exclude some files from linting, you can us
|
||||||
|
|
||||||
Examples :
|
Examples :
|
||||||
|
|
||||||
- Lint only src folder: `INCLUDED_FILES_REGEX=.*src/.*`
|
- Lint only src folder: `FILTER_REGEX_INCLUDE=.*src/.*`
|
||||||
- Do not lint files inside test folder: `EXCLUDED_FILES_REGEX=.*test/.*`
|
- Do not lint files inside test folder: `FILTER_REGEX_EXCLUDE=.*test/.*`
|
||||||
- Do not lint javascript files inside test folder: `EXCLUDED_FILES_REGEX=.*test/.*.js`
|
- Do not lint javascript files inside test folder: `FILTER_REGEX_EXCLUDE=.*test/.*.js`
|
||||||
|
|
||||||
## Docker Hub
|
## Docker Hub
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue