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