package
3.0.0+incompatible
Repository: https://github.com/alecthomas/gometalinter.git
Documentation: pkg.go.dev
# README
Regression tests for gometalinter
These tests run specific linters through gometalinter and verify that they output what we expect from a particular piece of source code.
# Functions
ExpectIssues runs gometalinter and expects it to generate exactly the issues provided.
RunLinter runs the gometalinter as a binary against the files at path and returns the issues it encountered.