From ed59aae48c75924f60ccf4f251d75bb6b8182efc Mon Sep 17 00:00:00 2001 From: "Joakim L. Engeset" Date: Tue, 11 Mar 2025 14:18:34 +0100 Subject: [PATCH 1/2] chore: fix markdown header level --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9303ff..56cec10 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A Zed extension for running [golangci-lint](https://golangci-lint.run/) on your Go code. -### Configuration +## Configuration ```json { From f7a7d9b5d75e712a33c279d83cbd1442020e11c0 Mon Sep 17 00:00:00 2001 From: "Joakim L. Engeset" Date: Tue, 11 Mar 2025 14:23:34 +0100 Subject: [PATCH 2/2] docs: mark golangci-lint as required The language server used by the extension requires golangci-lint to be installed. Marking this requirement in README to reduce chance of confusion during setup. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 56cec10..97d8c25 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A Zed extension for running [golangci-lint](https://golangci-lint.run/) on your Go code. +## Requirements + +- [golangci-lint](https://golangci-lint.run/welcome/install/) + ## Configuration ```json