Skip to content

Commit

Permalink
fix langtool warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Oct 24, 2020
1 parent b57a38f commit c31730b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ $ <linter> | <convert-to-checkstyle> | reviewdog -f=checkstyle -name="<linter>"
reviewdog supports *code suggestions* feature with [rdformat](#reviewdog-diagnostic-format-rdformat) or [diff](#diff) input.
You can also use [reviewdog/action-suggester](https://github.com/reviewdog/action-suggester) for GitHub Actions.

reviewdog can suggests code changes along with diagnostic results if an diagnostic tools supports code suggestions data.
reviewdog can suggest code changes along with diagnostic results if a diagnostic tools supports code suggestions data.
You can integrate reviewdog with any code fixing tools and any code formatter with [diff](#diff) input as well.

### Code Suggestions Support Table
Expand Down

0 comments on commit c31730b

Please sign in to comment.