Skip to content

Commit 0ae5a13

Browse files
authored
Merge pull request #46 from hlyakhovich/docs-checkstyle
2 parents 21f372f + c4b411a commit 0ae5a13

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
We ❤ pull requests from everyone.
44

5-
If possible proof features and bug fixes with unit tests.
5+
If possible to proof features and bug fixes with unit tests.
66
This repo validates against checkstyle (import the xml found in the root to your IDE if possible)
77

88
To run the tests (and checkstyle):
99

1010
```shell
11-
mvn test
11+
mvn verify
1212
```
1313

1414
Tests are automatically run against branches and pull requests

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ Use the Maven wrapper to create a jar including all dependencies
694694
### Checkstyle Config File
695695

696696
This project uses my [`common-parent`](https://github.com/patrickfav/mvn-common-parent) which centralized a lot of
697-
the plugin versions aswell as providing the checkstyle config rules. Specifically they are maintained in [`checkstyle-config`](https://github.com/patrickfav/checkstyle-config). Locally the files will be copied after you `mvnw install` into your `target` folder and is called
697+
the plugin versions as well as providing the checkstyle config rules. Specifically they are maintained in [`checkstyle-config`](https://github.com/patrickfav/checkstyle-config). Locally the files will be copied after you `mvnw install` into your `target` folder and is called
698698
`target/checkstyle-checker.xml`. So if you use a plugin for your IDE, use this file as your local configuration.
699699

700700
## Tech Stack

0 commit comments

Comments
 (0)