Create lint-test.yaml #1
Annotations
10 errors and 1 warning
client.go#L47
should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...)
|
srv.go#L5
exported function New should have comment or be unexported
|
storage.go#L3
exported type DataStorage should have comment or be unexported
|
storage.go#L8
exported type InMemoryStorage should have comment or be unexported
|
storage.go#L12
exported function NewInMemoryStorage should have comment or be unexported
|
typing.go#L7
exported type Data should have comment or be unexported
|
typing.go#L12
exported type ProcessorFunc should have comment or be unexported
|
typing.go#L14
exported type Accumulator should have comment or be unexported
|
typing.go#L20
exported type Adder should have comment or be unexported
|
typing.go#L22
exported type Config should have comment or be unexported
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|
The logs for this run have expired and are no longer available.
Loading