From cf27b65af84fd5e9418606dd2e769ebdbac749d8 Mon Sep 17 00:00:00 2001 From: Steve Kuznetsov Date: Mon, 23 Jun 2025 11:34:29 -0600 Subject: [PATCH] assets/formatters: update the GCI documentation The `gci` tool does not format code - it only ensures that import blocks are formatted deterministically, according to the configuration. The previous documentation blurb looks like it may have been copy-pasted from some of the other formatter docs, and was misleading at best. Signed-off-by: Steve Kuznetsov --- assets/formatters-info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/formatters-info.json b/assets/formatters-info.json index 8d8c7caf1819..5bd4ebfc60a4 100644 --- a/assets/formatters-info.json +++ b/assets/formatters-info.json @@ -1,7 +1,7 @@ [ { "name": "gci", - "desc": "Checks if code and import statements are formatted, with additional rules.", + "desc": "Checks if import statements are deterministically sorted.", "Groups": null, "loadMode": 8199, "originalURL": "https://github.com/daixiang0/gci",