1
0
mirror of https://github.com/mgechev/revive.git synced 2025-07-05 00:28:53 +02:00
Commit Graph

8 Commits

Author SHA1 Message Date
3d83403fb8 fix #751 [rule.add-constant] add ignoreFuncs to exclude constants in … (#756)
* fix #751 [rule.add-constant] add ignoreFuncs to exclude constants in functions

* Update add-constant.go

* Update add-constant.go

* fix #751 [rule.add-constant] add ignoreFuncs to exclude constants in functions

* add details to regex-related errors

Co-authored-by: chavacava <salvadorcavadini+github@gmail.com>
2022-10-13 13:23:23 +02:00
04728cf0de Lint cleanup (#679) 2022-04-10 11:55:13 +02:00
31fbdb1833 Fix/677 (#678) 2022-04-10 09:06:59 +02:00
577441d60c format sources w/ gofumpt (#643)
Signed-off-by: subham sarkar <sarkar.subhams2@gmail.com>
2022-03-02 08:24:55 +01:00
76b8c57329 Memoization of rule arguments (#595) 2021-10-17 20:34:48 +02:00
0bcc996acf fixed some complex code (#580) 2021-09-26 08:28:58 +02:00
b5ff6325c2 simplify: redundant map composite literal (#528) 2021-05-31 21:54:58 +02:00
5248ad8ed9 add-constant (new rule) (#39) 2018-07-17 12:21:27 -07:00