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