Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README.md #307

Merged
merged 1 commit into from
Jun 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@

<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->

| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|-----------------------|--------|----------|----------|------------------------------------------------------------|
| files | string | false | | File/Directory names to check for <br>uncommited changes. |
| files-separator | string | false | `"\n"` | Separator used to split the <br>`files` input |
| match-gitignore-files | string | true | `"true"` | Indicates whether to match files <br>in `.gitignore` |
| separator | string | false | `" "` | Output string separator. |
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|-----------------------|--------|----------|-----------|------------------------------------------------------------|
| files | string | false | | File/Directory names to check for <br>uncommited changes. |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: br Warning

Element: br

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 118 Warning

Expected: 80; Actual: 118
| files-separator | string | false | `"\n"` | Separator used to split the <br>`files` input |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: br Warning

Element: br

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 118 Warning

Expected: 80; Actual: 118
| match-gitignore-files | string | true | `"false"` | Indicates whether to match files <br>in `.gitignore` |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: br Warning

Element: br

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 118 Warning

Expected: 80; Actual: 118
| separator | string | false | `" "` | Output string separator. |

<!-- AUTO-DOC-INPUT:END -->

Expand Down
Loading