deploy #29
pipelines.yaml
on: push
Annotations
11 errors and 1 warning
Source code Lint/Check
Process completed with exit code 1.
|
Source code Lint/Check:
domain/gameinfo.go#L3
exported type GameInfo should have comment or be unexported
|
Source code Lint/Check:
nhl/client.go#L13
error var clientIsNil should have name of the form errFoo
|
Source code Lint/Check:
nhl/client.go#L14
error var clientError should have name of the form errFoo
|
Source code Lint/Check:
nhl/client.go#L16
exported type NHLClient should have comment or be unexported
|
Source code Lint/Check:
nhl/client.go#L16
type name will be used as ***.NHLClient by other packages, and that stutters; consider calling this Client
|
Source code Lint/Check:
nhl/client.go#L17
interface method parameter gameId should be gameID
|
Source code Lint/Check:
nhl/client.go#L21
exported function NewNHLClient should have comment or be unexported
|
Source code Lint/Check:
nhl/client.go#L25
exported type NHLHTTPClient should have comment or be unexported
|
Source code Lint/Check:
nhl/client.go#L25
type name will be used as ***.NHLHTTPClient by other packages, and that stutters; consider calling this HTTPClient
|
Source code Lint/Check:
nhl/client.go#L29
exported type HTTPClient should have comment or be unexported
|
Source code Lint/Check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|