Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wslulciuc committed Jul 31, 2019
1 parent 730759b commit c5b15d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Or run tests by category:
```bash
$ ./gradlew testUnit # run only unit tests
$ ./gradlew testIntegration # run only integration tests
$ ./gradlew testDataAccess # run only ata access tests
$ ./gradlew testDataAccess # run only data access tests
```

We use [spotless](https://github.com/diffplug/spotless) to format our code. This ensures `.java` files are formatted to comply with [Google Java Style](https://google.github.io/styleguide/javaguide.html). Make sure your code is formatted before pushing any changes, otherwise CI will fail:
Expand Down

0 comments on commit c5b15d9

Please sign in to comment.