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: