Introduce server config method(s) #169
Annotations
10 errors and 7 warnings
|
|
|
|
|
|
|
|
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
|
server/wasabi_context.go#L17
var-naming: method GetHttpConfig should be GetHTTPConfig (revive)
|
server/wasabi_context.go#L21
var-naming: type HttpConfig should be HTTPConfig (revive)
|
server/wasabi_context.go#L31
var-naming: var defaultHttpConfig should be defaultHTTPConfig (revive)
|
server/wasabi_context.go#L33
var-naming: func getDefaultHttpConfig should be getDefaultHTTPConfig (revive)
|
server/wasabi_context.go#L26
unused-parameter: parameter 'fromContext' seems to be unused, consider removing or renaming it as _ (revive)
|
This job failed
Loading