Add automatic renomination #3213
lint.yaml
on: pull_request
lint
/
Metadata
20s
lint
/
Go
38s
Annotations
10 errors and 2 warnings
|
lint / Go:
selection.go#L327
return with no blank line before (nlreturn)
|
|
lint / Go:
selection.go#L316
ifElseChain: rewrite if-else to switch statement (gocritic)
|
|
lint / Go:
selection_test.go#L820
string `local` has 10 occurrences, make it a constant (goconst)
|
|
lint / Go:
selection_test.go#L819
string `remote` has 10 occurrences, make it a constant (goconst)
|
|
lint / Go:
selection_test.go#L281
string `pwd` has 12 occurrences, make it a constant (goconst)
|
|
lint / Go:
agent.go#L181
cognitive complexity 32 of func `newAgentWithConfig` is high (> 30) (gocognit)
|
|
lint / Go:
selection_test.go#L1107
type assertion must be checked (forcetypeassert)
|
|
lint / Go:
selection_test.go#L1047
type assertion must be checked (forcetypeassert)
|
|
lint / Go:
selection_test.go#L982
type assertion must be checked (forcetypeassert)
|
|
lint / Go:
agent.go#L568
missing cases in switch of type ice.CandidatePairState: ice.CandidatePairStateInProgress, ice.CandidatePairStateSucceeded (exhaustive)
|
|
lint / Metadata
Restore cache failed: Dependencies file is not found in /home/runner/work/ice/ice. Supported file pattern: go.sum
|
|
lint / Go
Restore cache failed: Dependencies file is not found in /home/runner/work/ice/ice. Supported file pattern: go.sum
|