1
0
mirror of https://github.com/mgechev/revive.git synced 2025-11-27 22:18:41 +02:00
Commit Graph

2 Commits

Author SHA1 Message Date
Oleksandr Redko
d81298b0ce test: fix testpackage lint issues for test and ifelse (#1582) 2025-11-15 10:24:16 -08:00
chavacava
6becd540e4 feature: new rule use-fmt-print (#1389)
print and println built-in functions are not recommended for use-cases other than language boostraping and are not guaranteed to stay in the language.

This commit adds a new rule, use-fmt-print, that spots uses of print and println, and recommends using their fmt equivalents.
2025-05-28 12:57:37 +02:00