File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
42421 . Configure the formatter (configuration files are in the ` config ` directory) or
43432 . 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`
45454 . Use sonarlint plugin for your IDE
4646
4747### Other code quality tools we use
You can’t perform that action at this time.
0 commit comments