chore(deps): bump goreleaser/goreleaser-action from 5 to 6 in the dependencies group #1496
Annotations
13 errors
ratio/copy_from_gocloc.go#L29
[gostyle.getters] Function and method names should not use a "Get" or "get" prefix, unless the underlying concept uses the word "get" (e.g. an HTTP GET). Prefer starting the name with the noun directly, for example use "Counts" over "GetCounts". (ref: https://google.github.io/styleguide/go/decisions#getters ): getShebang
|
ratio/copy_from_gocloc.go#L51
[gostyle.getters] Function and method names should not use a "Get" or "get" prefix, unless the underlying concept uses the word "get" (e.g. an HTTP GET). Prefer starting the name with the noun directly, for example use "Counts" over "GetCounts". (ref: https://google.github.io/styleguide/go/decisions#getters ): getFileTypeByShebang
|
ratio/copy_from_gocloc.go#L71
[gostyle.getters] Function and method names should not use a "Get" or "get" prefix, unless the underlying concept uses the word "get" (e.g. an HTTP GET). Prefer starting the name with the noun directly, for example use "Counts" over "GetCounts". (ref: https://google.github.io/styleguide/go/decisions#getters ): getFileType
|
ratio/copy_from_gocloc.go#L31
[gostyle.nilslices] When designing interfaces, avoid making a distinction between a nil slice and a non-nil, zero-length slice, as this can lead to subtle programming errors. This is typically accomplished by using len to check for emptiness, rather than == nil. (ref: https://google.github.io/styleguide/go/decisions#nil-slices ): ret != nil
|
ratio/copy_from_gocloc.go#L40
[gostyle.nilslices] When designing interfaces, avoid making a distinction between a nil slice and a non-nil, zero-length slice, as this can lead to subtle programming errors. This is typically accomplished by using len to check for emptiness, rather than == nil. (ref: https://google.github.io/styleguide/go/decisions#nil-slices ): ret != nil
|
report/report.go#L578
[gostyle.dontpanic] Don't use panic for normal error handling. Use error and multiple return values. (ref: https://go.dev/wiki/CodeReviewComments#dont-panic )
|
datastore/gcs/gcs.go#L14
[gostyle.mixedcaps] Go source code uses MixedCaps or mixedCaps (camel case) rather than underscores (snake case) when writing multi-word names. (ref: https://google.github.io/styleguide/go/guide#mixed-caps ): GCS
|
datastore/gcs/gcs.go#L45
[gostyle.mixedcaps] Go source code uses MixedCaps or mixedCaps (camel case) rather than underscores (snake case) when writing multi-word names. (ref: https://google.github.io/styleguide/go/guide#mixed-caps ): FS
|
datastore/gcs/gcs.go#L54
[gostyle.mixedcaps] Go source code uses MixedCaps or mixedCaps (camel case) rather than underscores (snake case) when writing multi-word names. (ref: https://google.github.io/styleguide/go/guide#mixed-caps ): FS
|
datastore/artifact/artifact.go#L56
[gostyle.mixedcaps] Go source code uses MixedCaps or mixedCaps (camel case) rather than underscores (snake case) when writing multi-word names. (ref: https://google.github.io/styleguide/go/guide#mixed-caps ): FS
|
report/report_test.go#L228
G306: Expect WriteFile permissions to be 0600 or less (gosec)
|
datastore/local/local.go#L52
G306: Expect WriteFile permissions to be 0600 or less (gosec)
|
cmd/root.go#L454
G306: Expect WriteFile permissions to be 0600 or less (gosec)
|
This job succeeded
Loading