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

6 Commits

Author SHA1 Message Date
mgechev
33a4e4354c
infra: introduce auto docs deployment 2018-10-30 15:17:49 -07:00
mgechev
6c5c870315
ci: update travis.yml 2018-09-17 12:20:50 -07: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
mgechev
777cb02afe
Update readme and travis.yml 2018-05-26 16:39:22 -07:00
mgechev
aba0391c89
Add makefile 2018-05-26 16:36:23 -07:00
mgechev
63f4e77f81
Add travis.yml 2018-05-26 16:26:16 -07:00