David López 37e6995b45 lintpack/gocritic: update lintpack & gocritic versions
update lintpack & gocritic versions to support all the new gocritic checks
2018-12-22 15:34:16 +03:00

11 lines
227 B
Go

// Package checkers is a gocritic linter main checkers collection.
package checkers
import (
"github.com/go-lintpack/lintpack"
)
var collection = &lintpack.CheckerCollection{
URL: "https://github.com/go-critic/checkers",
}