mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
b244188702
Adds a new funtion to login with an account passing a node configuration that will override any specified attribute from the stored account nodeconfig
12 lines
151 B
TOML
12 lines
151 B
TOML
version = 1
|
|
|
|
test_patterns = [
|
|
"*_test.go"
|
|
]
|
|
|
|
[[analyzers]]
|
|
name = "go"
|
|
enabled = true
|
|
|
|
[analyzers.meta]
|
|
import_path = "github.com/imdario/mergo" |