Skip to content

Commit

Permalink
docs(README): Document '--file-paths' option
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte committed Apr 17, 2024
1 parent 02052a1 commit b18c755
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Run the `ui5lint` command in your project root folder
```sh
ui5lint

## UI5Lint Report ##
UI5 linter report:

/application/webapp/controller/App.controller.js
10:4 error Call to deprecated function 'attachTap' of class 'Button'
Expand All @@ -67,6 +67,15 @@ Note: Use "ui5lint --details" to show more information about the findings

### Options

#### `--file-paths`

Specify which files to lint by providing a list of file paths.

**Example:**
```sh
ui5lint --file-paths webapp/controller/App.controller.js webapp/view/App.view.xml
```

#### `--details`

Show more information about the findings and how to fix them.
Expand Down

0 comments on commit b18c755

Please sign in to comment.