Make changes to support testing individual commands, add a few tests #14
Annotations
4 errors and 1 warning
lint
issues found
|
lint:
pkg/command/config.go#L25
paramTypeCombine: func(out io.Writer, errOut io.Writer, client azuremodels.Client, isTerminalOutput bool, width int) *Config could be replaced with func(out, errOut io.Writer, client azuremodels.Client, isTerminalOutput bool, width int) *Config (gocritic)
|
lint:
internal/azuremodels/mock_client.go#L31
exported: exported method MockClient.GetChatCompletionStream should have comment or be unexported (revive)
|
lint:
internal/azuremodels/azure_client.go#L32
exported: comment on exported function NewAzureClient should be of the form "NewAzureClient ..." (revive)
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/gh-models/gh-models. Supported file pattern: go.sum
|