build(deps): bump github.com/go-git/go-git/v5 from 5.4.2 to 5.11.0 in /tools #256
Annotations
10 errors and 7 warnings
lint:
pkg/golinters/mirror.go#L42
emptyStringTest: replace `len(i.InlineFix) > 0` with `i.InlineFix != ""` (gocritic)
|
lint:
pkg/golinters/nolintlint/nolintlint.go#L188
emptyStringTest: replace `len(leadingSpace) > 0` with `leadingSpace != ""` (gocritic)
|
lint:
pkg/golinters/nolintlint/nolintlint.go#L205
emptyStringTest: replace `len(leadingSpace) > 0` with `leadingSpace != ""` (gocritic)
|
lint:
pkg/golinters/nolintlint/nolintlint.go#L234
emptyStringTest: replace `len(lintersText) > 0` with `lintersText != ""` (gocritic)
|
lint:
pkg/printers/teamcity.go#L114
builtinShadow: shadowing of predeclared identifier: max (gocritic)
|
lint:
pkg/golinters/importas.go#L17
`importas` is a misspelling of `imports` (misspell)
|
lint:
test/ruleguard/dup.go#L1
SA9009: ineffectual compiler directive due to extraneous space: "// go:build ruleguard" (staticcheck)
|
lint:
test/ruleguard/rangeExprCopy.go#L1
SA9009: ineffectual compiler directive due to extraneous space: "// go:build ruleguard" (staticcheck)
|
lint:
test/ruleguard/strings_simplify.go#L1
SA9009: ineffectual compiler directive due to extraneous space: "// go:build ruleguard" (staticcheck)
|
lint:
pkg/golinters/nolintlint/nolintlint.go#L41
directive `//nolint:gocritic // TODO must be change in the future.` is unused for linter "gocritic" (nolintlint)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint:
test/testshared/analysis.go#L113
unused-parameter: parameter 's' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
pkg/lint/linter/config.go#L141
unused-parameter: parameter 'pass' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
pkg/golinters/stylecheck.go#L18
unused-parameter: parameter 'pass' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
pkg/golinters/unused.go#L55
unused-parameter: parameter 'lintCtx' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
pkg/golinters/varcheck.go#L33
unused-parameter: parameter 'lintCtx' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
pkg/commands/version.go#L41
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
Loading