reviewdog/Run LanguageTool with reviewdog
🐶 Run LanguageTool with reviewdog on pull requests to improve code review experience.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN | — | ${{ github.token }} |
| level | Report level for reviewdog [info,warning,error] | — | error |
| reporter | Reporter of reviewdog command [github-pr-check,github-pr-review]. | — | github-pr-check |
| patterns | Space separated target file glob patterns. https://github.com/haya14busa/ghglob | — | **/*.md **/*.txt |
| language | language of LanguageTool | — | en-US |
| enabled_rules | comma separeted enabledRules of LanguageTool | — | — |
| disabled_rules | comma separeted disabledRules of LanguageTool | — | WHITESPACE_RULE,EN_QUOTES,DASH_RULE,WORD_CONTAINS_UNDERSCORE,UPPERCASE_SENTENCE_START,ARROWS,COMMA_PARENTHESIS_WHITESPACE,UNLIKELY_OPENING_PUNCTUATION,SENTENCE_WHITESPACE,CURRENCY,EN_UNPAIRED_BRACKETS,PHRASE_REPETITION,PUNCTUATION_PARAGRAPH_END,METRIC_UNITS_EN_US,ENGLISH_WORD_REPEAT_BEGINNING_RULE |
| enabled_categories | comma separeted enabledCategories of LanguageTool | — | — |
| disabled_categories | comma separeted disabledCategories of LanguageTool | — | TYPOS,TYPOGRAPHY |
| enabled_only | enabledOnly of LanguageTool | — | false |
| custom_api_endpoint | Custom API endpoint of LanguageTool server. e.g. https://languagetool.org/api | — | "" |
| wait_server_startup_duration | Wait the startup of the server. | — | 3 |
Outputs
no outputs