Devonte
Devonte
@dftzippo Thanks for the update, based on your logs the issue seems to be coming from [archive.go#L85](https://github.com/pterodactyl/wings/blob/develop/server/filesystem/archive.go#L85), meaning that at some point in [router_transfer.go](https://github.com/pterodactyl/wings/blob/develop/router/router_transfer.go) it fails to stop the ticker...
Given that shortcuts can be opened in cmd and powershell, I think it makes sense to wait for #13567 to be merged so that `shell: true` actually works on Windows...
> But the ameba version should generally be recorded in `.ameba.yml`. I hadn't even thought about that but it's perfect! 👍 As for distribution, I believe that providing compiled binaries...
I'll be starting work on this shortly, is there a preferred implementation for this? I've been familiarising myself with the codebase and there seems to be a lot of heavy...
This may be unrelated but when building that branch and running Ameba, I got this error: 
With rule versioning now implemented, we can start looking at distribution (thank you Sija ❤️). For Windows this should be pretty straightforward as Scoop is a generally widely accessible package...
FTR Scoop and Linux would all depend on a GitHub release being available, so simply downloading a static build and making it executable would be possible in all cases. On...
Running the unreachable tool on a dummy file that manually invokes the spec runner seems to work (although it's showing some results that I don't think should be there). But...
The tool is calling `ASPEC.run_all` hence why you're able to get coverage.
Oh I see, when trying to run this from the command line it wasn't reaching anything so I assumed it was because the spec runner wasn't actually running. 😅 Having...