build(deps): bump golang.org/x/crypto from 0.24.0 to 0.25.0 #476
Annotations
12 errors
Test on go 1.19:
app.go#L75
[staticcheck] reported by reviewdog 🐶
field cleanArgs is unused
Raw Output:
{"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"field cleanArgs is unused","code":{"value":"U1000","url":"https://staticcheck.io/docs/checks#U1000"},"location":{"path":"/home/runner/work/gcli/gcli/app.go","range":{"start":{"line":75,"column":2},"end":{"line":0,"column":0}}},"related_locations":[],"severity":"ERROR"}
|
Test on go 1.19:
app.go#L393
[staticcheck] reported by reviewdog 🐶
should omit comparison to bool constant, can be simplified to !app.IsCommand(name)
Raw Output:
{"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"should omit comparison to bool constant, can be simplified to !app.IsCommand(name)","code":{"value":"S1002","url":"https://staticcheck.io/docs/checks#S1002"},"location":{"path":"/home/runner/work/gcli/gcli/app.go","range":{"start":{"line":393,"column":6},"end":{"line":393,"column":34}}},"related_locations":[],"severity":"ERROR"}
|
Test on go 1.19:
app.go#L481
[staticcheck] reported by reviewdog 🐶
should omit comparison to bool constant, can be simplified to !app.parseAppOpts(args)
Raw Output:
{"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"should omit comparison to bool constant, can be simplified to !app.parseAppOpts(args)","code":{"value":"S1002","url":"https://staticcheck.io/docs/checks#S1002"},"location":{"path":"/home/runner/work/gcli/gcli/app.go","range":{"start":{"line":481,"column":5},"end":{"line":481,"column":36}}},"related_locations":[],"severity":"ERROR"}
|
Test on go 1.19:
base.go#L135
[staticcheck] reported by reviewdog 🐶
func (*Context).hasHelpKeywords is unused
Raw Output:
{"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"func (*Context).hasHelpKeywords is unused","code":{"value":"U1000","url":"https://staticcheck.io/docs/checks#U1000"},"location":{"path":"/home/runner/work/gcli/gcli/base.go","range":{"start":{"line":135,"column":21},"end":{"line":0,"column":0}}},"related_locations":[],"severity":"ERROR"}
|
Test on go 1.19:
builtin/gen_emoji_codeMap.go#L89
[staticcheck] reported by reviewdog 🐶
const templateString is unused
Raw Output:
{"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"const templateString is unused","code":{"value":"U1000","url":"https://staticcheck.io/docs/checks#U1000"},"location":{"path":"/home/runner/work/gcli/gcli/builtin/gen_emoji_codeMap.go","range":{"start":{"line":89,"column":7},"end":{"line":0,"column":0}}},"related_locations":[],"severity":"ERROR"}
|
Test on go 1.19:
builtin/launcheditor/launch_editer.go#L17
[staticcheck] reported by reviewdog 🐶
func getEditor is unused
Raw Output:
{"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"func getEditor is unused","code":{"value":"U1000","url":"https://staticcheck.io/docs/checks#U1000"},"location":{"path":"/home/runner/work/gcli/gcli/builtin/launcheditor/launch_editer.go","range":{"start":{"line":17,"column":6},"end":{"line":0,"column":0}}},"related_locations":[],"severity":"ERROR"}
|
Test on go 1.19:
builtin/reverseproxy/reverse_proxy.go#L24
[staticcheck] reported by reviewdog 🐶
var dnsServers is unused
Raw Output:
{"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"var dnsServers is unused","code":{"value":"U1000","url":"https://staticcheck.io/docs/checks#U1000"},"location":{"path":"/home/runner/work/gcli/gcli/builtin/reverseproxy/reverse_proxy.go","range":{"start":{"line":24,"column":5},"end":{"line":0,"column":0}}},"related_locations":[],"severity":"ERROR"}
|
Test on go 1.19:
builtin/tcpproxy/tcp_proxy.go#L14
[staticcheck] reported by reviewdog 🐶
field lock is unused
Raw Output:
{"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"field lock is unused","code":{"value":"U1000","url":"https://staticcheck.io/docs/checks#U1000"},"location":{"path":"/home/runner/work/gcli/gcli/builtin/tcpproxy/tcp_proxy.go","range":{"start":{"line":14,"column":2},"end":{"line":0,"column":0}}},"related_locations":[],"severity":"ERROR"}
|
Test on go 1.19:
cmd.go#L40
[staticcheck] reported by reviewdog 🐶
const maxFunc is unused
Raw Output:
{"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"const maxFunc is unused","code":{"value":"U1000","url":"https://staticcheck.io/docs/checks#U1000"},"location":{"path":"/home/runner/work/gcli/gcli/cmd.go","range":{"start":{"line":40,"column":7},"end":{"line":0,"column":0}}},"related_locations":[],"severity":"ERROR"}
|
Test on go 1.19
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
Test on go 1.18
The job was canceled because "_1_19" failed.
|
Test on go 1.20
The job was canceled because "_1_19" failed.
|