1
0
mirror of https://github.com/mgechev/revive.git synced 2025-03-03 14:52:54 +02:00

8 Commits

Author SHA1 Message Date
yuta nishiyama
4ac5cb5e39
fix gitignore (#1042) 2024-09-19 08:11:04 +02:00
yuta nishiyama
6b745b0075
fix lint issues (#1038) 2024-09-16 09:32:34 +02:00
David Jimenez
8a3653ca49
Add debug logger (#604)
Signed-off-by: David Jimenez <dvejmz@sgfault.com>
2021-10-20 19:32:31 +02:00
doniacld
c0f2d40eaa
Add Docker image in release (#489) (#590) 2021-10-15 08:36:14 +02:00
Sylvain Kerkour
02575a7674 Add the imports-blacklist rule (#68)
* Add the imports-blacklist rule with tests

* Add the imports-blacklist rule to README.md

* Update the imports-blacklist rule to use map[string]bool so that we can have the algorithm in Visit below with O(n) instead of O(n*m)

* Fix the imports-blacklist rule to be case sensitive
2018-09-17 13:06:42 -07:00
mgechev
555d51617f Refactor 2017-08-27 21:02:59 -07:00
mgechev
5b1d2b944c feat: implement extensible model 2017-08-27 20:53:12 -07:00
mgechev
891f525abc Initial commit 2017-07-04 19:37:19 +03:00