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 #135

Merged
merged 1 commit into from
Aug 24, 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
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@

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

| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|---------|--------|----------|-----------|------------------------------------------------------------------------------|
| dir | string | false | `"."` | The directory to run [depcheck](https://github.com/depcheck/depcheck#readme) |
| ignores | string | false | | Comma separated list of packages <br>to ignore |
| version | string | false | `"1.4.3"` | Version of [depcheck](https://github.com/depcheck/depcheck/tags) |
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 168 Warning

Expected: 80; Actual: 168
|-------------------------------------------------------|--------|----------|-----------|------------------------------------------------------------------------------|
| <a name="input_dir"></a>[dir](#input_dir) | string | false | `"."` | The directory to run [depcheck](https://github.com/depcheck/depcheck#readme) |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: a Warning

Element: a

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 168 Warning

Expected: 80; Actual: 168
| <a name="input_ignores"></a>[ignores](#input_ignores) | string | false | | Comma separated list of packages <br>to ignore |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 168 Warning

Expected: 80; Actual: 168

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: br Warning

Element: br

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: a Warning

Element: a
| <a name="input_version"></a>[version](#input_version) | string | false | `"1.4.3"` | Version of [depcheck](https://github.com/depcheck/depcheck/tags) |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: a Warning

Element: a

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 168 Warning

Expected: 80; Actual: 168

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

## Outputs

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

| OUTPUT | TYPE | DESCRIPTION |
|-----------|--------|--------------------|
| exit\_code | string | depcheck exit code |
| OUTPUT | TYPE | DESCRIPTION |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 95 Warning

Expected: 80; Actual: 95
|---------------------------------------------------------------|--------|--------------------|
| <a name="output_exit_code"></a>[exit\_code](#output_exit_code) | string | depcheck exit code |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: a Warning

Element: a

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 96 Warning

Expected: 80; Actual: 96

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

Expand Down
Loading