Skip to content

Commit

Permalink
docs(readme): Add another pattern for --ignore-pattern in CLI usage
Browse files Browse the repository at this point in the history
Improve the explanation of how multiple patterns can be used in the --ignore-pattern option, as it is not obvious
  • Loading branch information
marianfoo committed Nov 26, 2024
1 parent 3c8ccbf commit 69a2262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Pattern/files that will be ignored during linting. Can also be defined in `ui5li

**Example:**
```sh
ui5lint --ignore-pattern "webapp/thirdparty/**"
ui5lint --ignore-pattern "webapp/thirdparty/**" "webapp/test/e2e/**"
```

#### `--config`
Expand Down

0 comments on commit 69a2262

Please sign in to comment.