-
-
Notifications
You must be signed in to change notification settings - Fork 22
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 #304
Updated README.md #304
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for implementing a fix, could you ensure that the test covers your changes if applicable.
| 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 | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Element: br
| 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
| 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 | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Expected: 80; Actual: 117
| 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)
Expected: 80; Actual: 117
|-----------------------|--------|----------|----------|------------------------------------------------------------| | ||
| 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` | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Expected: 80; Actual: 117
|-----------------------|--------|----------|----------|------------------------------------------------------------| | ||
| 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` | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Element: br
Updated README.md