remove chimera build tag #207
Annotations
10 errors and 6 warnings
golangci-lint:
hyperscan/block.go#L88
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
hyperscan/stream.go#L127
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
hyperscan/stream.go#L265
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
hyperscan/api.go#L7
import 'github.com/flier/gohs/internal/hs' is not allowed from list 'Main' (depguard)
|
golangci-lint:
hyperscan/block.go#L6
import 'github.com/flier/gohs/internal/hs' is not allowed from list 'Main' (depguard)
|
golangci-lint:
hyperscan/common.go#L7
import 'github.com/flier/gohs/internal/hs' is not allowed from list 'Main' (depguard)
|
golangci-lint:
hyperscan/api_test.go#L9
import 'github.com/flier/gohs/hyperscan' is not allowed from list 'Main' (depguard)
|
golangci-lint:
hyperscan/common_test.go#L8
import 'github.com/flier/gohs/hyperscan' is not allowed from list 'Main' (depguard)
|
golangci-lint:
hyperscan/compile_test.go#L9
import 'github.com/flier/gohs/hyperscan' is not allowed from list 'Main' (depguard)
|
golangci-lint:
hyperscan/common.go#L60
interface method Unmarshal must have all named params (inamedparam)
|
golangci-lint:
hyperscan/compile_v5_test.go#L9
dot-imports: should not use dot imports (revive)
|
golangci-lint:
hyperscan/pattern_test.go#L6
dot-imports: should not use dot imports (revive)
|
golangci-lint:
hyperscan/runtime_test.go#L7
dot-imports: should not use dot imports (revive)
|
golangci-lint:
hyperscan/example_runtime_test.go#L44
unused-parameter: parameter 'id' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
hyperscan/example_runtime_test.go#L102
unused-parameter: parameter 'id' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
hyperscan/example_runtime_test.go#L160
unused-parameter: parameter 'id' seems to be unused, consider removing or renaming it as _ (revive)
|
Loading