This website requires JavaScript.
Explore
Help
Register
Sign In
go
/
revive
Watch
1
Star
0
Fork
0
You've already forked revive
mirror of
https://github.com/mgechev/revive.git
synced
2024-11-24 08:32:22 +02:00
Code
Issues
Releases
Activity
90f51530cc
revive
/
.travis.yml
7 lines
82 B
YAML
Raw
Normal View
History
Unescape
Escape
Add travis.yml
2018-05-27 01:26:16 +02:00
language
:
go
Update readme and travis.yml
2018-05-27 01:39:22 +02:00
go
:
"1.10.x"
Add travis.yml
2018-05-27 01:26:16 +02:00
Add makefile
2018-05-27 01:36:23 +02:00
install
:
make install
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 00:14:15 +02:00
script
:
make build && make test
Reference in New Issue
Copy Permalink