Skip to content

Commit f013cf3

Browse files
committed
updating CONTRIBUTING.md
1 parent e3f21d9 commit f013cf3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ of the contributors will also identify and prevent conflict of interests.
3434
- Continuation indent: 8 spaces
3535
- Line length: 120 characters
3636
- Make sure to add tests for your changes
37-
- Fix any checkstyle issues before submitting your pull request (`mvn checkstyle:check`)
37+
- Fix any checkstyle issues before submitting your pull request (`mvnw checkstyle:check`)
3838
- Fix any issues found by the CI build after submitting your pull request
3939

4040
### Configuring your IDE
4141

4242
1. Configure the formatter (configuration files are in the `config` directory) or
4343
2. Use the editorconfig plugin for your IDE
44-
3. Use checkstyle plugin for your IDE (configuration is `checkstyle.xml`), or run `mvn checkstyle:check`
44+
3. Use checkstyle plugin for your IDE (configuration is `checkstyle.xml`), or run `mvnw checkstyle:check`
4545
4. Use sonarlint plugin for your IDE
4646

4747
### Other code quality tools we use

0 commit comments

Comments
 (0)