golangci-lint icon indicating copy to clipboard operation
golangci-lint copied to clipboard

Fast linters runner for Go

Results 227 golangci-lint issues
Sort by recently updated
recently updated
newest added

### Your feature request related to a problem? Please describe. Currently you have to build a plugin locally at a known path prior to running golangci-lint, which creates a challenge...

enhancement
linter: custom

### Your feature request related to a problem? Please describe. Private linters can't enable autofix ### Describe the solution you'd like. A way to set autofix, and really all config...

enhancement
linter: custom

#### Issue Currently, using `--path-prefix` together with `--fix` does not work with any other path prefix than "". This is easily reproduced merely by adding `--path-prefix=something` to the command line...

enhancement

**Is your feature request related to a problem? Please describe.** As a new dev in a team, I want to be able to distinguish issues by their severity. But Severity...

enhancement
no decision
area: severity

### Your feature request related to a problem? Please describe. Not a problem, is a feature request. The idea is to sign the release artifacts using [cosign](https://github.com/sigstore/cosign) when doing the...

enhancement
area: ci

Add https://github.com/fatih/faillint/ as a linter. >Faillint is a simple Go linter that fails when a specific set of import paths or exported path's functions, constant, vars or types are used....

linter: new

golangci-lint run --fix with gofmt does not fix "File is not `gofmt`-ed" - [x] Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported....

bug

### Your feature request related to a problem? Please describe. Building a private plugin is a painfully brittle experience, between needing to vendor specific versions of everything, and working around...

enhancement

A file not being "goimports-ed" is a little confusing. Can we adjust this error message to something a little clearer like "File has not been formatted (goimports)"

enhancement

**Is your feature request related to a problem? Please describe.** I have written a JSON Schema for golangci-lint's config file. Maybe someone can check or even improve it? Some of...

enhancement