Skip to content

Commit

Permalink
Add code formatting instructions to contribution guide (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite authored Dec 14, 2023
1 parent a754899 commit 096a3eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- [Preparing a pull request](#preparing-a-pull-request)
- [Compiling and testing the plugin](#compiling-and-testing-the-plugin)
- [Spotbugs checks](#spotbugs-checks)
- [Code formatting](#code-formatting)
- [Code coverage](#code-coverage)
- [Reviewing code coverage](#reviewing-code-coverage)
- [Reviewing Pull Requests](#reviewing-pull-requests)
Expand Down Expand Up @@ -97,6 +98,11 @@ Please don't introduce new spotbugs output.
* `mvn spotbugs:check` to analyze project using [Spotbugs](https://spotbugs.github.io/).
* `mvn spotbugs:gui` to review Spotbugs report using GUI

### Code formatting

Source code and pom file formatting is maintained by the `spotless` maven plugin.
Before submitting a pull request, confirm the formatting is correct with:

## Code coverage

Code coverage reporting is available as a maven target.
Expand Down

0 comments on commit 096a3eb

Please sign in to comment.