mirror of
https://github.com/mgechev/revive.git
synced 2025-07-05 00:28:53 +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
|