1
0
mirror of https://github.com/mgechev/revive.git synced 2025-02-15 13:53:15 +02:00
revive/fixtures
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-26 19:52:29 -08:00
2018-01-26 19:52:29 -08:00
2018-06-27 06:21:03 +10:00
2018-06-22 21:21:09 +10:00
2018-02-04 14:51:19 -08:00
2018-02-04 14:51:19 -08:00
2018-02-04 14:51:19 -08:00
2018-02-04 14:51:19 -08:00
2018-02-04 14:51:19 -08:00
2018-02-02 13:32:03 -05:00