8 lines
296 B
TOML
8 lines
296 B
TOML
[scopes]
|
|
ci = [".github/workflows"]
|
|
config = [".github", "codecov.yml", "go.mod", "go.sum", "Makefile", "version.json"]
|
|
docs = ["README.md", "LICENSE"]
|
|
tests = ["*_test.go", "fuzz-data"]
|
|
research = ["_rsrch"]
|
|
core = ["cid.go", "builder.go", "set.go", "varint.go", "cid_fuzz.go", "deprecated.go"]
|