Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-ranger[bot] authored Aug 24, 2023
1 parent c0e6aec commit 7471d90
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@ If you feel generous and want to show some extra appreciation:
<!-- 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

0 comments on commit 7471d90

Please sign in to comment.