Temporary repo to test out custom golang linters being in their own repo
-
Clone repo to be next to the mymove repo.
-
Build plugin:
go build -buildmode=plugin -o ../mymove/ plugin/custom_go_linters.go
-
Run
golangci-lint
in other repo
Temporary repo to test out custom golang linters being in their own repo
ShellApache-2.0