Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cli ¶
type Cli struct {
// RootDirectory is the target directory to analyze
RootDirectory string
// Checkers is a list of checkers that are applied to the files in `RootDirectory`
Checkers []analysis.Checker
Config *config.Config
CmpHash string
}
func (*Cli) GetChangedFiles ¶ added in v0.6.0
GetChangedFiles returns all changes between compareHash and the current state of the working directory
func (*Cli) RunCheckers ¶ added in v0.4.0
RunCheckers goes over all the files in the project and runs the checks for every file encountered
Click to show internal directories.
Click to hide internal directories.