1
0
mirror of https://github.com/mgechev/revive.git synced 2025-10-30 23:37:49 +02:00
Files
revive/rule
Miles Delahunty 4bb48df5d2 refactor: extract shared code for linting if-else chains (#821)
* refactor: extract shared code for linting if-else chains

The rules "early-return", "indent-error-flow" and
"superfluous-else" have a similar structure. This
moves the common logic for classifying if-else chains
to a common package.

A few side benefits:
- "early-return" now handles os.Exit/log.Panicf/etc
- "superfluous-else" now handles (builtin) panic
- "superfluous-else" and "indent-error-flow" now handle if/else
  chains with 2+ "if" branches

* internal/ifelse: style fixes, renames, spelling
2023-05-17 13:51:35 +02:00
..
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-18 09:45:42 -07:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-06-28 18:14:26 +03:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-09-10 09:08:17 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2023-05-16 10:31:25 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2023-02-18 10:57:06 +01:00
2022-04-10 11:55:13 +02:00
2021-10-01 13:55:53 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00
2022-04-10 11:55:13 +02:00