Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DgBEW6qAwgn2fcQbA2f4ZQ
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"user": "joshuacoles",
|
|
"onlyInvolved": true,
|
|
"pollIntervalSeconds": 60,
|
|
"port": 4000,
|
|
"timeline": {
|
|
"mute": [
|
|
{ "actor": "qltysh" },
|
|
{ "actor": "github-actions", "kind": "review_comment" }
|
|
]
|
|
},
|
|
"repos": [
|
|
{
|
|
"name": "marketdojo/auction",
|
|
"checkCategories": {
|
|
"lint": [
|
|
"rubocop",
|
|
"pronto/rubocop",
|
|
"frontend_lint",
|
|
"scss_modules",
|
|
"translation_lint",
|
|
"yamllint",
|
|
"brakeman",
|
|
"qlty check"
|
|
],
|
|
"specs": ["specs", "rspec", "rstest", "coverage", "qlty coverage", "qlty coverage diff"],
|
|
"e2e": ["Preview E2E *"]
|
|
},
|
|
"ignoreChecks": ["Preview E2E ${{ matrix.folder }}"],
|
|
"preview": {
|
|
"label": "preview",
|
|
"urlTemplate": "https://pr-{number}.argocd.testmd.co.uk/"
|
|
}
|
|
},
|
|
{
|
|
"name": "marketdojo/auction-build",
|
|
"checkCategories": {
|
|
"lint": ["Format", "qlty check", "yamllint"]
|
|
}
|
|
},
|
|
{
|
|
"name": "marketdojo/md_exts",
|
|
"checkCategories": {
|
|
"specs": ["tests"]
|
|
}
|
|
}
|
|
]
|
|
}
|