From 24a0993fafd3c475295c0bc7b8a00603ee3dad93 Mon Sep 17 00:00:00 2001 From: Samuel Lijin Date: Fri, 3 Feb 2023 09:05:33 -0800 Subject: [PATCH] Document Trunk Check integration Trunk Check is a universal linter which integrates with a wide variety of linters and formatters, `google-java-format` included. We're big fans of `google-java-format` and figured that you might find our tool to be interesting enough to include it here. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2d53f8ae5..5d2c4baf9 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ Implementation`. * [Github Actions](https://github.com/features/actions) * [googlejavaformat-action](https://github.com/axel-op/googlejavaformat-action): Automatically format your Java files when you push on github +* [Trunk Check](https://trunk.io/products/check), a universal linter & formatter (has a [CLI](https://docs.trunk.io/docs/initialize-trunk-in-a-git-repo), [VSCode extension](https://marketplace.visualstudio.com/items?itemName=Trunk.io), and [GitHub Action](https://github.com/trunk-io/trunk-action)) ### as a library