docs: update readme regarding our new linting configuration

This commit is contained in:
2025-11-15 11:45:54 +01:00
parent 513e0c05b2
commit e5b1f18beb

View File

@@ -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: