Documentation
¶
Index ¶
Constants ¶
View Source
const ( TargetAll = "all" TargetMod = "mod" TargetLint = "lint" TargetStatic = "static" TargetLicenses = "licenses" TargetPython = "python" )
Meta targets for the checks and fixes.
Variables ¶
View Source
var ( ErrCheck = errors.New("check failed") ErrFix = errors.New("fix failed") ErrLint = errors.New("lint failed") ErrToolPath = errors.New("path not set for tool") ErrRuffNotFound = errors.New("ruff not found on PATH") ErrPyrightNotFnd = errors.New("pyright not found on PATH") ErrTypeCheck = errors.New("type check failed") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.