1
0
mirror of https://github.com/mgechev/revive.git synced 2025-01-26 03:52:12 +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-02-04 15:02:45 -08:00
2018-02-04 15:02:45 -08:00
2018-05-26 21:28:31 -07:00
2018-02-04 15:02:45 -08:00
2018-05-26 21:28:31 -07:00
2018-02-04 15:02:45 -08:00
2018-02-04 15:02:45 -08:00
2018-02-04 15:02:45 -08:00
2018-02-04 15:02:45 -08:00
2018-02-04 15:02:45 -08:00
2018-06-13 07:01:31 -07:00
2018-02-04 15:02:45 -08:00
2018-02-04 15:02:45 -08:00
2018-02-04 15:02:45 -08:00
2018-02-04 15:02:45 -08:00
2018-02-04 15:02:45 -08:00
2018-02-04 15:02:45 -08:00
2018-02-04 15:02:45 -08:00
2018-05-26 21:28:31 -07:00
2018-02-04 15:02:45 -08:00
2018-02-04 15:02:45 -08:00
2018-05-26 21:28:31 -07:00
2018-06-11 11:22:06 -07:00
2018-02-04 15:02:45 -08:00
2018-02-04 15:02:45 -08:00
2018-05-30 17:41:02 -07:00