mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-07-20 10:04:08 +00:00
Docblocking
This commit is contained in:
parent
26dde0f286
commit
89957e7058
3 changed files with 74 additions and 12 deletions
2
Makefile
2
Makefile
|
@ -80,7 +80,7 @@ vet:
|
|||
go vet ./...
|
||||
|
||||
lint:
|
||||
which golint || go get -u golang.org/x/lint/golint
|
||||
which golint || go install golang.org/x/lint/golint@latest
|
||||
go list ./... | grep -v /vendor/ | xargs -L1 golint -set_exit_status
|
||||
|
||||
staticcheck: .PHONY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue