Searched refs:TidyChecks (Results 1 – 3 of 3) sorted by relevance
81 if checks := ctx.AConfig().TidyChecks(); len(checks) > 0 {
426 func (c *config) TidyChecks() string { func427 if c.ProductVariables.TidyChecks == nil {430 return *c.ProductVariables.TidyChecks
135 TidyChecks *string `json:",omitempty"` member