Skip to content

Commit 3ae0802

Browse files
committed
Update documentation
1 parent 8c52654 commit 3ae0802

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,5 @@ If your PR is failing because of that, please make sure that you follow our [sty
5050
You can also trigger an automatic code formatting of the code by executing:
5151

5252
```
53-
./gradleW code_format_checks
54-
./gradleW formatKotlin
53+
./gradleW app:spotlessApply
5554
```

STYLEGUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
### Code formatting
77

8-
You can check the code formatting correctness by running `./gradleW code_format_checks`.
9-
To adhere to codestyle, please run `./gradleW formatKotlin` and `./gradleW spotlessApply` to autoformat in order to fix any CI issues.
8+
You can check the code formatting correctness by running `./gradleW spotlessCheck`.
9+
To adhere to codestyle, please run `./gradleW spotlessApply` to autoformat and fix any CI issues.
1010

1111
If you want to do this automatically upon commit we recommend the existing [pre-commit hook](.githooks/pre-commit):
1212
- Pull develop branch

0 commit comments

Comments
 (0)