feat: adding evpn use case files to opi-intel-bridge #1549
linters.yml
on: pull_request
call
/
markdown-lint
7s
call
/
docker-lint
8s
call
/
shellcheck
13s
call
/
YAMLlint
3s
call
/
golangci
2m 59s
Annotations
11 errors and 1 warning
call / docker-lint:
Dockerfile#L19
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
|
call / golangci:
cmd/main_evpn.go#L1
: # github.com/opiproject/opi-intel-bridge/cmd
|
call / golangci:
cmd/main_storage.go#L43
main redeclared in this block
|
call / golangci:
cmd/main_evpn.go#L164
other declaration of main
|
call / golangci:
cmd/main_storage.go#L76
cannot use grpcPort (variable of type int) as uint16 value in argument to runGatewayServer
|
call / golangci:
cmd/main_storage.go#L76
cannot use httpPort (variable of type int) as uint16 value in argument to runGatewayServer
|
call / golangci:
cmd/main_storage.go#L77
too many arguments in call to runGrpcServer
|
call / golangci:
cmd/main_storage.go#L80
runGrpcServer redeclared in this block
|
call / golangci:
cmd/main_evpn.go#L207
other declaration of runGrpcServer
|
call / golangci:
cmd/main_storage.go#L151
runGatewayServer redeclared in this block
|
call / golangci:
cmd/main_evpn.go#L272
other declaration of runGatewayServer (typecheck)
|
call / golangci
The following actions use a deprecated Node.js version and will be forced to run on node20: golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|