Searched refs:RunErrorProne (Results 1 – 3 of 3) sorted by relevance
52 if ctx.Config().RunErrorProne() {
983 if (ctx.Config().RunErrorProne() && epEnabled == nil) || Bool(epEnabled) {1360 …} else if hasErrorproneableFiles && ctx.Config().RunErrorProne() && j.properties.Errorprone.Enable…
1169 func (c *config) RunErrorProne() bool { func