golangci-lint-helper
v0.0.2
Published
This npm package provides binary golangci-lint-helper which can be used with [lint-staged](https://github.com/okonet/lint-staged) to lint staged Go files.
Downloads
1,499
Readme
This npm package provides binary golangci-lint-helper which can be used with lint-staged to lint staged Go files.
golangci-lint expects to have package names as arguments, but lint-staged provides file names. This package converts file names to package names and passes them to golangci-lint.