Searched refs:TidyChecks (Results 1 – 4 of 4) sorted by relevance
106 if checks := ctx.Config().TidyChecks(); len(checks) > 0 {
857 func (c *config) TidyChecks() string { func858 if c.productVariables.TidyChecks == nil {861 return *c.productVariables.TidyChecks
252 TidyChecks *string `json:",omitempty"` member
111 $(call add_json_str, TidyChecks, $(WITH_TIDY_CHECKS))