Minko Gechev
688024a5ca
Add revive linting action and fix linting errors ( #455 )
2020-08-15 00:50:13 +03:00
Minko Gechev
b47d9fcb1c
Update deploy script ( #195 )
...
* Update deploy script
* Try to deploy
2019-08-02 19:36:37 -07:00
Minko Gechev
0632231672
Set specific node version ( #194 )
2019-07-27 15:10:55 -07:00
mgechev
26ec4a5367
ci: update travis scripts
2018-10-31 12:55:27 -07:00
mgechev
ad7df7dc37
ci: remove apt install
2018-10-30 16:35:41 -07:00
mgechev
46944678f0
ci: update travis config
2018-10-30 16:32:27 -07:00
mgechev
7391637be6
ci: update deployment script
2018-10-30 16:27:32 -07:00
mgechev
1eba0c6f7b
ci: update deployment script
2018-10-30 16:16:17 -07:00
mgechev
7845c8af5a
infra: update commit message
2018-10-30 15:27:44 -07:00
mgechev
a3410192a6
infra: update git settings
2018-10-30 15:24:34 -07:00
mgechev
15e9397722
infra: update dir name
2018-10-30 15:19:49 -07:00
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