cka-y

Results 4 issues of cka-y

**Summary:** Resolves #1613 and #1611 by implementing a distance threshold for the `trip_distance_exceeds_shape_distance` notice. **Expected Behavior:** - Introduces a 11.1m threshold for `trip_distance_exceeds_shape_distance`, triggering an `ERROR` for distances $\geq 11.1m$....

**Summary:** Closes #1605 **Expected behavior:** `ERROR` notices are displayed first, followed by `WARNING` and then `INFO` in both the documentation and validation report. ![Screenshot 2024-02-27 at 1 34 49 PM](https://github.com/MobilityData/gtfs-validator/assets/60586858/f32a5bcf-cbf9-4029-b319-2eb10aacb23e)...

We can avoid having a scripting code inline by creating a separate script and combining it with `upload-release-asset`. This keeps the `yml` file clean and isolated scripts can be tested...

> Food for thought: I wonder if we could use [getProcessCpuTime](https://docs.oracle.com/en/java/javase/17/docs/api/jdk.management/com/sun/management/OperatingSystemMXBean.html#getProcessCpuTime()) to get amore accurate time estimate, since AFAIK it gives the actual time used by the process (ie without...