1
0
mirror of https://github.com/mgechev/revive.git synced 2025-01-24 03:47:45 +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
..
2018-02-04 14:51:19 -08:00
2018-06-27 06:21:03 +10:00
2018-02-04 14:51:19 -08:00
2018-06-22 21:21:09 +10:00
2018-06-11 11:22:06 -07:00
2018-02-04 14:51:19 -08:00
2018-07-28 09:07:31 -07:00