cleanup
This commit is contained in:
parent
1480ac947f
commit
25a3bce2a7
|
|
@ -1,3 +1 @@
|
|||
/mysqlunifi
|
||||
/*.so
|
||||
/go.sum
|
||||
*.so
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.15.x
|
||||
before_install:
|
||||
# download super-linter: golangci-lint
|
||||
- curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin latest
|
||||
script:
|
||||
- golangci-lint run --enable-all -D gochecknoinits,exhaustivestruct,nlreturn,forbidigo,goerr113
|
||||
- go test ./...
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
module github.com/unifi-poller/mysqlunifi
|
||||
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/unifi-poller/poller v0.0.0-20210315075554-47d92433b172
|
||||
golift.io/cnfg v0.0.7
|
||||
)
|
||||
Loading…
Reference in New Issue