chore(deps): update actions/checkout digest to f43a0e5 - autoclosed #2
Annotations
10 errors and 9 warnings
lint:
internal/filesystem.go#L47
File is not `gofumpt`-ed (gofumpt)
|
lint:
internal/serialize_test.go#L64
File is not `gofumpt`-ed (gofumpt)
|
lint:
cmd/decode.go#L41
File is not `gofumpt`-ed (gofumpt)
|
lint:
cmd/decode.go#L35
import 'github.com/pkg/errors' is not allowed from list 'main': use stdlib instead (depguard)
|
lint:
cmd/generate.go#L31
import 'github.com/pkg/errors' is not allowed from list 'main': use stdlib instead (depguard)
|
lint:
cmd/generateKey.go#L30
import 'github.com/pkg/errors' is not allowed from list 'main': use stdlib instead (depguard)
|
lint:
cmd/decode.go#L268
ineffectual assignment to passphraseBytes (ineffassign)
|
lint:
cmd/generate.go#L120
ineffectual assignment to passphraseAgain (ineffassign)
|
lint:
cmd/generate.go#L141
ineffectual assignment to secretContentsFile (ineffassign)
|
lint:
cmd/generate.go#L150
ineffectual assignment to passphraseBytes (ineffassign)
|
lint:
cmd/decode.go#L97
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
lint:
cmd/decode.go#L114
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
lint:
cmd/generateKey.go#L40
var-naming: const wordListUrl should be wordListURL (revive)
|
lint:
cmd/generateKey.go#L42
var-naming: var wordListUrlFormatted should be wordListURLFormatted (revive)
|
lint:
cmd/decode.go#L132
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
lint:
cmd/decode.go#L96
error-strings: error strings should not be capitalized or end with punctuation or a newline (revive)
|
lint:
internal/serialze.go#L165
error-strings: error strings should not be capitalized or end with punctuation or a newline (revive)
|
lint:
internal/makeFile.go#L61
var-naming: const PDFHeaderSheetId should be PDFHeaderSheetID (revive)
|
lint:
internal/makeFile.go#L167
var-naming: var qrDataJson should be qrDataJSON (revive)
|