No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2018-09-02 11:04:04 +03:00
cmd/metalint cmd/metalint: adapt to interfacer mvdan.cc move 2017-08-29 20:40:54 +02:00
.travis.yml CI: drop Go 1.7, add 1.9 2017-09-08 20:12:59 +02:00
LICENSE First commit 2017-03-20 12:34:37 +00:00
lint.go use github.com/golangci/tools/go/ssa 2018-09-02 11:04:04 +03:00
README.md all: move to mvdan.cc 2017-08-28 15:26:58 +02:00

lint

GoDoc Build Status

Work in progress. Its API might change before the 1.0 release.

This package intends to define simple interfaces that Go code checkers can implement. This would simplify calling them from Go code, as well as running multiple linters while sharing initial loading work.

metalint

go get -u mvdan.cc/lint/cmd/metalint

The start of a linter that runs many linters leveraging the common interface. Not stable yet.

Linters included: