/custom-go-linters

Temporary repo to test out custom golang linters being in their own repo

Primary LanguageShellApache License 2.0Apache-2.0

custom-go-linters

Temporary repo to test out custom golang linters being in their own repo

Table of Contents

Usage

  1. Clone repo to be next to the mymove repo.

  2. Build plugin:

    go build -buildmode=plugin -o ../mymove/ plugin/custom_go_linters.go
  3. Run golangci-lint in other repo