Versions in this module Expand all Collapse all v0 v0.12.0 Mar 9, 2026 v0.11.0 Mar 2, 2026 Changes in this version + const StatusGo + const StatusNoGo + const StatusSkip + const StatusWarn + var AreaDocumentation = core.AreaDocumentation + var AreaQA = core.AreaQA + var AreaRelease = core.AreaRelease + var AreaSecurity = core.AreaSecurity + func AdapterNames() []string + func Register(adapter Adapter) + func WriteAreasToDir(areas []*ValidationArea, dir string, adapterName string) error + func WriteCanonicalFile(area *ValidationArea, path string) error + type Adapter = core.Adapter + func GetAdapter(name string) (Adapter, bool) + type Check = core.Check + type CheckStatus = core.CheckStatus + type ValidationArea = core.ValidationArea + func NewValidationArea(name, description string) *ValidationArea + func ReadCanonicalDir(dir string) ([]*ValidationArea, error) + func ReadCanonicalFile(path string) (*ValidationArea, error)