New plausibility test for Pull Requests

In my setup, I have localized some sensors whose automatically detected threshold values are set illogically. I think it makes sense to test the plausibility at PRs. I was able to localize them with the following query:

sensors.sensor_limit < sensors.sensor_limit_warn OR sensors.sensor_limit_warn < sensors.sensor_limit_low_warn OR sensors.sensor_limit_low_warn < sensors.sensor_limit_low

But I don’t know enough to incorporate this into the automatic JSON tests.