Michal Iskierko 6d31343205 feat: Waku v2 bridge
Issue #12610
2024-02-22 17:07:59 +01:00

13 lines
177 B
TOML

version = 1
test_patterns = [
"*/*_test.go",
"*_test.go"
]
[[analyzers]]
name = "go"
enabled = true
[analyzers.meta]
import_paths = ["github.com/holiman/uint256"]