Skip to content

Commit 38299e3

Browse files
#75 fix typo regarding spotless-init.gradle.kts
1 parent 3fa8a71 commit 38299e3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/PULL_REQUEST_TEMPLATE/pull_request_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ about: Create a pull request
55
Thank you for opening a Pull Request!
66
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
77
- [ ] Make sure to open a GitHub issue as a bug/feature request before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
8-
- [ ] Ensure the tests and linter pass (`./gradlew --init-script gradle/init.gradle.kts spotlessApply` to automatically apply formatting)
8+
- [ ] Ensure the tests and linter pass (`./gradlew --init-script gradle/spotless-init.gradle.kts spotlessApply` to automatically apply formatting)
99

1010
Is this your first Pull Request?
1111
- [ ] Run `./tools/setup.sh`

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ this repository. When doing so, make sure to specify which sample you are referr
6060
Please contribute! We will gladly review any pull requests.
6161
Make sure to read the [Contributing](CONTRIBUTING.md) page first though.
6262

63-
> Note: make sure to run `./gradlew --init-script gradle/init.gradle.kts spotlessApply` before
64-
> summitting PRs.
63+
> Note: make sure to run `./gradlew --init-script gradle/spotless-init.gradle.kts spotlessApply` before
64+
> submitting PRs.
6565
6666
## License
6767

tools/pre-push

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ done
8888
if [[ -n "$run_checks" ]]; then
8989
# pre-push usually executes in the repository root, but just to be safe...
9090
cd "$(git rev-parse --show-toplevel)"
91-
./gradlew --init-script gradle/init.gradle.kts --no-configuration-cache check
91+
./gradlew --init-script gradle/spotless-init.gradle.kts --no-configuration-cache check
9292
exit $?
9393
fi
9494

0 commit comments

Comments
 (0)