Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/recyclarr/blame/commit/855924c812d4479906d6e9e9b952dc3e8de53c72/tests/.editorconfig You should set ROOT_URL correctly, otherwise the web may not work correctly.
recyclarr/tests/.editorconfig

8 lines
189 B

[*.cs]
# CA1707: Identifiers should not contain underscores
dotnet_diagnostic.ca1707.severity = none
# CA1861: Avoid constant arrays as arguments
dotnet_diagnostic.ca1861.severity = none