reducing lock conflicts with handleMap #205
Annotations
10 errors and 7 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)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
golangci-lint:
hyperscan/platform_test.go#L6
dot-imports: should not use dot imports (revive)
|
golangci-lint:
hyperscan/patterns_test.go#L6
dot-imports: should not use dot imports (revive)
|
golangci-lint:
hyperscan/compile_v5_test.go#L9
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