mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
chore(ci): migrate scopes to toml format
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
[scopes]
|
||||
ante = ["app/ante"]
|
||||
api = ["api/dex", "api/did", "api/dwn", "api/svc", "api"]
|
||||
app = ["app/context", "app/decorators", "app/params", "app/upgrades", "app"]
|
||||
chains = ["chains"]
|
||||
ci = ["Makefile", ".github"]
|
||||
cli = ["app/commands"]
|
||||
cmd = ["cmd/snrd", "cmd"]
|
||||
config = ["networks/localnet", "networks/testnet", "networks"]
|
||||
deps = ["go.sum", "go.mod"]
|
||||
dex = ["proto/dex", "x/dex"]
|
||||
did = ["proto/did", "x/did"]
|
||||
docs = ["docs"]
|
||||
dwn = ["proto/dwn", "x/dwn"]
|
||||
proto = ["proto"]
|
||||
scripts = ["scripts"]
|
||||
svc = ["proto/svc", "x/svc"]
|
||||
test = ["test/e2e", "test/integration", "test/oauth", "test"]
|
||||
@@ -1,150 +0,0 @@
|
||||
[
|
||||
{
|
||||
"scope": "deps",
|
||||
"path": "go.sum"
|
||||
},
|
||||
{
|
||||
"scope": "deps",
|
||||
"path": "go.mod"
|
||||
},
|
||||
{
|
||||
"scope": "api",
|
||||
"path": "api/dex"
|
||||
},
|
||||
{
|
||||
"scope": "api",
|
||||
"path": "api/did"
|
||||
},
|
||||
{
|
||||
"scope": "api",
|
||||
"path": "api/dwn"
|
||||
},
|
||||
{
|
||||
"scope": "api",
|
||||
"path": "api/svc"
|
||||
},
|
||||
{
|
||||
"scope": "api",
|
||||
"path": "api"
|
||||
},
|
||||
{
|
||||
"scope": "ante",
|
||||
"path": "app/ante"
|
||||
},
|
||||
{
|
||||
"scope": "cli",
|
||||
"path": "app/commands"
|
||||
},
|
||||
{
|
||||
"scope": "app",
|
||||
"path": "app/context"
|
||||
},
|
||||
{
|
||||
"scope": "app",
|
||||
"path": "app/decorators"
|
||||
},
|
||||
{
|
||||
"scope": "app",
|
||||
"path": "app/params"
|
||||
},
|
||||
{
|
||||
"scope": "app",
|
||||
"path": "app/upgrades"
|
||||
},
|
||||
{
|
||||
"scope": "app",
|
||||
"path": "app"
|
||||
},
|
||||
{
|
||||
"scope": "chains",
|
||||
"path": "chains"
|
||||
},
|
||||
{
|
||||
"scope": "cmd",
|
||||
"path": "cmd/snrd"
|
||||
},
|
||||
{
|
||||
"scope": "cmd",
|
||||
"path": "cmd"
|
||||
},
|
||||
{
|
||||
"scope": "docs",
|
||||
"path": "docs"
|
||||
},
|
||||
{
|
||||
"scope": "config",
|
||||
"path": "networks/localnet"
|
||||
},
|
||||
{
|
||||
"scope": "config",
|
||||
"path": "networks/testnet"
|
||||
},
|
||||
{
|
||||
"scope": "config",
|
||||
"path": "networks"
|
||||
},
|
||||
{
|
||||
"scope": "dex",
|
||||
"path": "proto/dex"
|
||||
},
|
||||
{
|
||||
"scope": "did",
|
||||
"path": "proto/did"
|
||||
},
|
||||
{
|
||||
"scope": "dwn",
|
||||
"path": "proto/dwn"
|
||||
},
|
||||
{
|
||||
"scope": "svc",
|
||||
"path": "proto/svc"
|
||||
},
|
||||
{
|
||||
"scope": "proto",
|
||||
"path": "proto"
|
||||
},
|
||||
{
|
||||
"scope": "scripts",
|
||||
"path": "scripts"
|
||||
},
|
||||
{
|
||||
"scope": "test",
|
||||
"path": "test/e2e"
|
||||
},
|
||||
{
|
||||
"scope": "test",
|
||||
"path": "test/integration"
|
||||
},
|
||||
{
|
||||
"scope": "test",
|
||||
"path": "test/oauth"
|
||||
},
|
||||
{
|
||||
"scope": "test",
|
||||
"path": "test"
|
||||
},
|
||||
{
|
||||
"scope": "dex",
|
||||
"path": "x/dex"
|
||||
},
|
||||
{
|
||||
"scope": "did",
|
||||
"path": "x/did"
|
||||
},
|
||||
{
|
||||
"scope": "dwn",
|
||||
"path": "x/dwn"
|
||||
},
|
||||
{
|
||||
"scope": "svc",
|
||||
"path": "x/svc"
|
||||
},
|
||||
{
|
||||
"scope": "ci",
|
||||
"path": "Makefile"
|
||||
},
|
||||
{
|
||||
"scope": "ci",
|
||||
"path": ".github"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user