Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yangziwen authored Jan 12, 2022
1 parent 5e32436 commit 1615c12
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,20 @@ In response to this pain point, I extended those tools including ***checkstyle**
git config diff-check.pmd.exclude-regexp .+-client/.*
```

* You can choose language in the following way
(English is the default choice if the language you specified is not supported)
```Shell
# Specify the message language of both checkstyle and pmd
git config diff-check.language en

# Only specify the message language of checkstyle
git config diff-check.checkstyle.language es

# Only specify the message language of pmd
git config diff-check.pmd.language zh

```

#### Run unit tests and get the code coverage report

* Config the maven plugin
Expand Down

0 comments on commit 1615c12

Please sign in to comment.