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