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
7dffe3ca48
revive
/
main.go
8 lines
87 B
Go
Raw
Normal View
History
Unescape
Escape
Initial commit
2017-07-04 18:37:19 +02:00
package
main
Allow revive to be called with extra linters (#650) This change allows revive to be called from main.go in other libraries and pass in a list of custom linters to be added to the built-in linters found in config Co-authored-by: Bernardo Heynemann <bernardo.heynemann@coinbase.com> Co-authored-by: chavacava <salvadorcavadini+github@gmail.com>
2022-03-20 10:12:51 +02:00
import
"github.com/mgechev/revive/cli"
Add help
2018-01-27 06:57:51 +02:00
feat: implement extensible model
2017-08-28 01:57:16 +02:00
func
main
(
)
{
Allow revive to be called with extra linters (#650) This change allows revive to be called from main.go in other libraries and pass in a list of custom linters to be added to the built-in linters found in config Co-authored-by: Bernardo Heynemann <bernardo.heynemann@coinbase.com> Co-authored-by: chavacava <salvadorcavadini+github@gmail.com>
2022-03-20 10:12:51 +02:00
cli
.
RunRevive
(
)
fix issue 470 (#477)
2020-10-29 15:11:52 +02:00
}
Reference in New Issue
Copy Permalink