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

Flycheck checker for golangci-lint

Results 5 flycheck-golangci-lint issues
Sort by recently updated
recently updated
newest added

I see golangci-lint fail with Emacs because of parallel execution. This PR exposes the option of allowing parallel and serial execution provided my golangci-lint itself.

I've tested this in my emacs config, and it seems to solve the issue of linter severity being ignored by flycheck. Previously I'd tried the solution proposed in https://github.com/weijiangan/flycheck-golangci-lint/pull/9, but...

This PR add's additional error patterns to parse the output of `golangci-lint`

flycheck-golangci-lint errors can't show up in emacs, if flycheck-eglot-mode is enabled. ![eglot](https://github.com/weijiangan/flycheck-golangci-lint/assets/3970087/bd0736dc-e69d-45ac-9c3f-ed44ee4c7118)

Since golangci-lint checks original files, we can only use this checker if the buffer is actually saved and is equal to the disk file. I don't think any reason exists...