Update GitHub Actions (bump versions, improve naming a bit) #2
Annotations
10 errors and 1 warning
lint:
command.go#L362
should not use ALL_CAPS in Go names; use CamelCase instead (ST1003)
|
lint:
command.go#L363
should not use ALL_CAPS in Go names; use CamelCase instead (ST1003)
|
lint:
flag_bool.go#L82
methods on the same type should have the same receiver name (seen 2x "i", 5x "b") (ST1016)
|
lint:
flag_bool_with_inverse.go#L141
methods on the same type should have the same receiver name (seen 3x "parent", 7x "s") (ST1016)
|
lint:
flag_bool_with_inverse.go#L174
comment on exported method String should be of the form "String ..." (ST1020)
|
lint:
flag_duration.go#L15
methods on the same type should have the same receiver name (seen 2x "i", 3x "d") (ST1016)
|
lint:
flag_float.go#L38
comment on exported method Float should be of the form "Float ..." (ST1020)
|
lint:
flag_impl.go#L64
comment on exported type FlagBase should be of the form "FlagBase ..." (with optional leading article) (ST1021)
|
lint:
flag_int.go#L49
comment on exported method Int should be of the form "Int ..." (ST1020)
|
lint:
flag_string.go#L24
methods on the same type should have the same receiver name (seen 2x "i", 3x "s") (ST1016)
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/cli/cli. Supported file pattern: go.sum
|