Fix readme

This commit is contained in:
NicolasVuillamy 2020-09-05 13:08:35 +02:00
parent 17d09ffc02
commit 0dba19167d

View file

@ -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