From 84201b63a835b02f313c2ac726b348bd514c34fb Mon Sep 17 00:00:00 2001 From: Jason Plumb Date: Wed, 23 Oct 2024 12:35:45 -0700 Subject: [PATCH] spotless (oh the irony!) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: ```