Documentation ¶
Overview ¶
Package project provides utility for reviewdog execution based on project config.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Runner ¶
type Runner struct { // Runner command. (e.g. `golint ./...`) Cmd string // tool name in review comment. (e.g. `golint`) Name string // errorformat name. (e.g. `checkstyle`) Format string // errorformat. (e.g. `%f:%l:%c:%m`, `%-G%.%#`) Errorformat []string // Report Level for this runner. ("info", "warning", "error") Level string }
Runner represents config for a runner.
Click to show internal directories.
Click to hide internal directories.