fix: disabled flags as default #84
Annotations
11 errors and 1 warning
sonarcloud
Process completed with exit code 1.
|
sonarcloud:
codec/json.go#L21
error returned from external package is unwrapped: sig: func (*encoding/json.Decoder).Decode(v any) error (wrapcheck)
|
sonarcloud:
codec/map.go#L15
`seperator` is a misspelling of `separator` (misspell)
|
sonarcloud:
codec/map.go#L29
missing cases in switch of type reflect.Kind: reflect.Invalid, reflect.Bool, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr, reflect.Float32, reflect.Complex64, reflect.Complex128, reflect.Array, reflect.Chan, reflect.Func, reflect.Interface, reflect.Map, reflect.Pointer|reflect.Ptr, reflect.Slice, reflect.Struct, reflect.UnsafePointer (exhaustive)
|
sonarcloud:
codec/map.go#L31
Error return value is not checked (errcheck)
|
sonarcloud:
codec/map.go#L33
Error return value is not checked (errcheck)
|
sonarcloud:
codec/map.go#L35
Error return value is not checked (errcheck)
|
sonarcloud:
codec/map.go#L37
Error return value is not checked (errcheck)
|
sonarcloud:
codec/map.go#L58
error returned from external package is unwrapped: sig: func (*github.com/worldline-go/struct2.Decoder).Decode(input interface{}, output interface{}) error (wrapcheck)
|
sonarcloud:
codec/toml.go#L18
error returned from external package is unwrapped: sig: func (*github.com/BurntSushi/toml.Decoder).Decode(v any) (github.com/BurntSushi/toml.MetaData, error) (wrapcheck)
|
sonarcloud:
codec/yaml.go#L22
error returned from external package is unwrapped: sig: func (*gopkg.in/yaml.v3.Decoder).Decode(v interface{}) (err error) (wrapcheck)
|
sonarcloud
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|