Skip to content

Commit

Permalink
docs: Add sample for --ignore-pattern to use with mutliple pattern (#…
Browse files Browse the repository at this point in the history
…420)

**Improve the explanation of how multiple patterns can be used in the
--ignore-pattern option, as it is not obvious**

**Thank you for your contribution!** 🙌

To get it merged faster, kindly review the checklist below:

## Pull Request Checklist
- [ ] Reviewed the [Contributing
Guidelines](https://github.com/SAP/ui5-linter/blob/main/CONTRIBUTING.md#-contributing-code)
+ Especially the [How to
Contribute](https://github.com/SAP/ui5-linter/blob/main/CONTRIBUTING.md#how-to-contribute)
section
- [ ] [No merge
commits](https://github.com/SAP/ui5-linter/blob/main/docs/Guidelines.md#no-merge-commits)
- [ ] [Correct commit message
style](https://github.com/SAP/ui5-linter/blob/main/docs/Guidelines.md#commit-message-style)
  • Loading branch information
marianfoo authored Nov 26, 2024
1 parent 6261687 commit b4c326f
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 b4c326f

Please sign in to comment.