1
0
mirror of https://github.com/mgechev/revive.git synced 2024-11-28 08:49:11 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
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