mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 06:36:32 +00:00
2f539d3bd2
Go ens needs to be updated to be compatible with the lastest geth version
13 lines
177 B
TOML
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"] |