mirror of
https://github.com/mgechev/revive.git
synced 2025-07-03 00:26:51 +02:00
7 lines
205 B
Go
7 lines
205 B
Go
// Package ifelse provides helpers for analyzing the control flow in if-else chains,
|
|
// presently used by the following rules:
|
|
// - early-return
|
|
// - indent-error-flow
|
|
// - superfluous-else
|
|
package ifelse
|