Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/740365ddd3e41000e9eb2e33cc4398f872245bd9
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
4 additions and
4 deletions
@ -2914,21 +2914,21 @@ That's why I created my own golden rule.
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "-RlsGroup Missing ",
"name": "No -RlsGroup",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "-[ ]?(?!(HD|MA|ES|X)\\b)\\w+?$"
"value": "-[ ]?(?!(HD|MA|ES|X)\\b)\\w+?(\\.\\w{3})? $"
}
},
{
"name": "Weird Rls Group Format s Missing ",
"name": "No Weird Groups",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "Tigole|Joy|YIFY|YTS.MX|FreetheFish|afm72|Anna|Bandi|Ghost|Kappa|MONOLITH|Qman|RZeroX|SAMPA|Silence|theincognito|t3nzin|Vyndros|KRaLiMaRKo|E\\.N\\.D|PrimeHD"
"value": "\\b( Tigole|Joy|YIFY|YTS.MX|FreetheFish|afm72|Anna|Bandi|Ghost|Kappa|MONOLITH|Qman|RZeroX|SAMPA|Silence|theincognito|t3nzin|Vyndros|KRaLiMaRKo|E\\.N\\.D|PrimeHD|BluDragon|SumVision)\\b "
}
}
]