Skip to content

Commit

Permalink
[MINOR] fix(docs): fix ./gradlew spotlessApply of Coding standards (a…
Browse files Browse the repository at this point in the history
…pache#1146)

### What changes were proposed in this pull request?

Update `./gradlew spotlessApply` of Coding standards in
`Contributing.md`.

### Why are the changes needed?

There is no `grawdlew` file in project, which cause that developer could
not follow coding standards.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

No.
  • Loading branch information
SteNicholas authored Dec 13, 2023
1 parent b33141d commit a069312
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 @@ -97,7 +97,7 @@ When adding new code or fixing a bug be sure to add unit tests to provide covera
Spotless checks code formatting. If your code isn't correctly formatted, the build fails. To correctly format your code please use Spotless.

```bash
./grawdlew spotlessApply
./gradlew spotlessApply
```

All files must have a license header and the build fails if any files are missing license headers. If you are adding third-party code be sure to understand how to add the third-party license to Gravitino LICENSE and NOTICE files.
Expand Down

0 comments on commit a069312

Please sign in to comment.