WIP: implementing kanji encoding mode #181
Annotations
10 errors and 1 warning
golangci-lint:
encoder_test.go#L18
cannot use []byte("12312312") (value of type []byte) as string value in argument to enc.Encode (typecheck)
|
golangci-lint:
encoder_test.go#L33
cannot use []byte("AKJA*:/") (value of type []byte) as string value in argument to enc.Encode (typecheck)
|
golangci-lint:
encoder_test.go#L48
cannot use []byte("http://baidu.com?keyword=123123") (value of type []byte) as string value in argument to enc.Encode (typecheck)
|
golangci-lint:
encoder_test.go#L93
cannot use tt.args.byt (variable of type byte) as rune value in argument to analyzeNum (typecheck)
|
golangci-lint:
encoder_test.go#L147
cannot use tt.args.byt (variable of type byte) as rune value in argument to analyzeAlphaNum (typecheck)
|
golangci-lint:
encoder_test.go#L206
cannot use tt.args.raw (variable of type []byte) as string value in argument to analyzeEncodeModeFromRaw (typecheck)
|
golangci-lint:
version_test.go#L116
cannot use tt.args.raw (variable of type []byte) as string value in argument to analyzeVersion (typecheck)
|
golangci-lint:
version_test.go#L288
cannot use source (variable of type []byte) as string value in argument to analyzeVersion (typecheck)
|
golangci-lint:
version_test.go#L296
cannot use source (variable of type []byte) as string value in argument to analyzeVersion (typecheck)
|
golangci-lint:
version_test.go#L304
cannot use source (variable of type []byte) as string value in argument to analyzeVersion (typecheck)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading