1
0
mirror of https://github.com/mgechev/revive.git synced 2025-11-29 22:28:23 +02:00
Files

9 lines
182 B
Go
Raw Permalink Normal View History

package ifelse
// Args contains arguments common to the early-return, indent-error-flow,
// and superfluous-else rules.
type Args struct {
PreserveScope bool
AllowJump bool
}