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 03ee37f commit a9aaa95
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ $ ./gradlew test --tests marquez.service.DatasetServiceTest
$ ./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
```

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 a9aaa95

Please sign in to comment.