From 69a22621f244ddce6b86bd3a80f82364b08f737c Mon Sep 17 00:00:00 2001 From: Marian Zeis <13335743+marianfoo@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:41:15 +0100 Subject: [PATCH] docs(readme): Add another pattern for `--ignore-pattern` in CLI usage Improve the explanation of how multiple patterns can be used in the --ignore-pattern option, as it is not obvious --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 746a58ae8..ee6dde497 100644 --- a/README.md +++ b/README.md @@ -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`