From e5b1f18beb400808ef45aa1e0d3eb38ef1ca3868 Mon Sep 17 00:00:00 2001 From: Kharec Date: Sat, 15 Nov 2025 11:45:54 +0100 Subject: [PATCH] docs: update readme regarding our new linting configuration --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d3af5c..fcee995 100644 --- a/README.md +++ b/README.md @@ -382,10 +382,12 @@ make fuzz-tests # Format code make format -# Run linter +# Run linter make lint ``` +Note: `golangci-lint` is set up with `.golangci.yml` file. + ### Regerenate Swagger documentation If you make changes to the API, you can regenerate the swagger documentation by running the following command after modifying the swagger annotations: