1
0
mirror of https://github.com/mgechev/revive.git synced 2025-01-24 03:47:45 +02:00
Minko Gechev f966283f3e
Fix rule for documentation of exported types (#29)
* Fix rule for documentation of exported types

The rule was failing in the following case:

```go
// A is an awesome type
type A = int
```

Because revive was skipping the leading `A`, considering it as an article.

* Add "This" article and update Makefile
2018-07-08 08:14:15 +10:00
..
2018-01-24 15:44:03 -08:00
2018-01-26 20:45:17 -08:00
2018-06-27 06:21:03 +10:00
2018-01-24 15:44:03 -08:00
2018-05-26 21:28:31 -07:00
2018-01-25 11:34:38 -08:00
2018-01-27 17:01:18 -08:00
2018-05-31 21:43:02 -07:00
2018-05-26 16:14:36 -07:00
2018-06-22 21:21:09 +10:00
2018-01-25 10:35:27 -08:00
2018-01-25 11:16:28 -08:00
2018-06-13 07:01:31 -07:00
2018-02-02 13:32:03 -05:00
2018-01-24 15:44:03 -08:00
2018-01-25 10:42:39 -08:00
2018-05-26 21:28:31 -07:00
2018-01-25 10:42:39 -08:00
2018-05-30 17:41:02 -07:00