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 a9aaa95 commit 0d2baec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ $ ./gradlew test --tests marquez.db.DatasetDaoTest
Or run tests by category:

```bash
$ ./gradlew testUnit # runs unit tests
$ ./gradlew testIntegration # runs integration tests
$ ./gradlew testDataAccess # runs data access tests
$ ./gradlew testUnit # run unit tests
$ ./gradlew testIntegration # run integration tests
$ ./gradlew testDataAccess # run 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 0d2baec

Please sign in to comment.