golangci-lint/Gopkg.toml
Denis Isaev a6b91ccc77 Fix #124: support unparam linter
1. Support unparam linter and fix found issues
2. Replace forked mvdan.cc/lint and mvdan.cc/interfacer with the
upstream ones
3. Minimize forked megacheck: move the most of it's code to this repo
4. Use golang.org/x/tools/go/ssa import path instead of custom fork
paths
5. In golang.org/x/tools/go/{ssa,callgraph} use changed code from
honnef.co/go/tools
6. Add megacheck.check-unexported option: it found some issues in
the repo, fixed them all
2018-06-30 12:24:07 +03:00

93 lines
1.8 KiB
TOML

[[constraint]]
name = "github.com/golangci/revgrep"
branch = "master"
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.1"
[[constraint]]
branch = "master"
name = "sourcegraph.com/sourcegraph/go-diff"
[[constraint]]
name = "github.com/kisielk/errcheck"
branch = "master"
source = "github.com/golangci/errcheck"
[[constraint]]
name = "github.com/golangci/govet"
branch = "master"
[[constraint]]
name = "github.com/mibk/dupl"
branch = "master"
source = "github.com/golangci/dupl"
[[constraint]]
name = "mvdan.cc/unparam"
branch = "master"
source = "github.com/golangci/unparam"
[[constraint]]
name = "github.com/GoASTScanner/gas"
branch = "master"
source = "github.com/golangci/gas"
[prune]
go-tests = true
unused-packages = true
[[constraint]]
name = "github.com/spf13/viper"
version = "1.0.2"
[[constraint]]
branch = "master"
name = "github.com/mitchellh/go-ps"
[[constraint]]
branch = "master"
name = "github.com/golangci/unconvert"
[[constraint]]
branch = "master"
name = "github.com/golangci/go-misc"
[[constraint]]
branch = "master"
name = "github.com/golangci/goconst"
[[constraint]]
branch = "master"
name = "github.com/golangci/check"
[[constraint]]
branch = "master"
name = "github.com/golangci/gocyclo"
[[constraint]]
branch = "master"
name = "github.com/golangci/gofmt"
[[constraint]]
branch = "master"
name = "github.com/golangci/maligned"
[[constraint]]
branch = "master"
name = "github.com/golangci/ineffassign"
[[constraint]]
branch = "master"
name = "github.com/OpenPeeDeeP/depguard"
[[constraint]]
branch = "master"
name = "golang.org/x/tools"
source = "github.com/golangci/tools"
[[constraint]]
branch = "master"
name = "honnef.co/go/tools"
source = "github.com/golangci/go-tools"