dirt

command module
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 23, 2019 License: MPL-2.0 Imports: 29 Imported by: 0

README

dirt

Runs linting checks against Go code in a repository. Two groups of linters are executed, a "fast" group and a "slow" group. The fast group consists of gofmt, goimports, golint, ineffassign, misspell, vet. The slow group consists of staticcheck, errcheck, unconvert.

To run this from vscode, add these lines to preferences:

{
    "go.lintTool": "dirt",
    "go.lintFlags": ["-1"],
    "go.lintOnSave": "workspace",
    "go.vetOnSave": "off",
}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL