Bump golang.org/x/sys from 0.16.0 to 0.17.0 (#54) #168
Annotations
9 errors and 7 warnings
Lint with golangci-lint:
cmd/arcdps-log-uploader/ui/textgenerator.go#L184
string `**` has 2 occurrences, make it a constant (goconst)
|
|
Lint with golangci-lint:
cmd/arcdps-log-uploader/ui/textgenerator.go#L84
emptyStringTest: replace `len(currentMessage) > 0` with `currentMessage != ""` (gocritic)
|
Lint with golangci-lint:
cmd/arcdps-log-uploader/ui/textgenerator.go#L158
emptyStringTest: replace `len(currentMessage) > 0` with `currentMessage != ""` (gocritic)
|
Lint with golangci-lint:
cmd/arcdps-log-uploader/ui/textgenerator.go#L176
emptyStringTest: replace `len(trimmedTitle) > 0` with `trimmedTitle != ""` (gocritic)
|
Lint with golangci-lint:
cmd/arcdps-log-uploader/ui/textgenerator.go#L190
emptyStringTest: replace `len(trimmedTitle) > 0` with `trimmedTitle != ""` (gocritic)
|
Lint with golangci-lint:
cmd/arcdps-log-uploader/ui/ui.go#L451
emptyStringTest: replace `len(arcLog.Report.Permalink) > 0` with `arcLog.Report.Permalink != ""` (gocritic)
|
Lint with golangci-lint:
cmd/arcdps-log-uploader/utils/idler.go#L26
directive `//nolint:gocritic` is unused for linter "gocritic" (nolintlint)
|
Lint with golangci-lint
issues found
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint with Revive:
cmd/arcdps-log-uploader/utils/idler.go#L1
should have a package comment
|
Lint with Revive:
cmd/arcdps-log-uploader/model/dpsreports.go#L1
should have a package comment
|
Lint with Revive:
cmd/arcdps-log-uploader/ui/ui.go#L365
parameter 'link' seems to be unused, consider removing or renaming it as _
|
Lint with Revive:
cmd/arcdps-log-uploader/ui/tablemodel.go#L1
should have a package comment
|
Lint with Revive:
cmd/arcdps-log-uploader/ui/ui.go#L497
parameter 'err' seems to be unused, consider removing or renaming it as _
|
Lint with Revive:
cmd/arcdps-log-uploader/ui/ui.go#L497
parameter 'info' seems to be unused, consider removing or renaming it as _
|
The logs for this run have expired and are no longer available.
Loading