diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 02d2df8b..22525acf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,8 +44,8 @@ The output artifacts will be in `instrumentation/build/outputs/`. We use [spotless](https://github.com/diffplug/spotless) to enforce a consistent code style throughout the project. This includes reformatting (linting) of both source code and markdown. -Before submitting a PR, you should ensure that your code is linted. We use the -[spotless gradle plugin](https://github.com/diffplug/spotless/tree/main/plugin-gradle) to +Before submitting a PR, you should ensure that your code is linted. We use the +[spotless gradle plugin](https://github.com/diffplug/spotless/tree/main/plugin-gradle) to make this easy. You should run it like this: ```