mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-05 21:07:58 +00:00
13 lines
216 B
TOML
13 lines
216 B
TOML
version = 1
|
|
|
|
exclude_patterns = ["*.pb.go"]
|
|
test_patterns = ["*_test.go"]
|
|
|
|
[[analyzers]]
|
|
name = "go"
|
|
enabled = true
|
|
|
|
[analyzers.meta]
|
|
import_paths = ["github.com/syncthing/syncthing"]
|
|
build_tags = ["noassets"]
|