Update actions/checkout action to v4 #123
Annotations
10 errors
lint:
config/config.go#L144
Error return value of `w.Add` is not checked (errcheck)
|
lint:
config/config.go#L145
Error return value of `w.Commit` is not checked (errcheck)
|
lint:
pkg/logger/logger.go#L34
Error return value of `logger.Sync` is not checked (errcheck)
|
lint:
pkg/synchronize/sync.go#L36
Error return value of `os.WriteFile` is not checked (errcheck)
|
lint:
pkg/synchronize/sync.go#L63
Error return value of `os.WriteFile` is not checked (errcheck)
|
lint:
pkg/synchronize/sync.go#L16
Function 'Sync' is too long (62 > 60) (funlen)
|
lint:
commands/commands.go#L5
don't use `init` function (gochecknoinits)
|
lint:
commands/sync.go#L11
don't use `init` function (gochecknoinits)
|
lint:
pkg/synchronize/sync.go#L22
commentFormatting: put a space between `//` and comment text (gocritic)
|
lint:
pkg/synchronize/sync.go#L68
commentFormatting: put a space between `//` and comment text (gocritic)
|