### List Enabled Linters Source: https://golangci-lint.run/usage/linters/#usetesting Use this command to see which linters are currently enabled based on your configuration file. This is useful for verifying your setup. ```bash golangci-lint linters ``` -------------------------------- ### List Supported Linters Source: https://golangci-lint.run/usage/linters/#usetesting Use this command to see all linters that golangci-lint supports. This includes linters that may not be enabled by default. ```bash golangci-lint help linters ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.