mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-21 14:20:56 +00:00
Run with no arguments the script iterated an empty list, found no violations and printed "OK: 0 dashboard(s) passed" with exit 0 -- a clean bill of health for reading no files, indistinguishable from a real pass. A bare run now defaults to every dashboard beside the script, and a run that still ends up with nothing to check exits 2 rather than reporting success. Passing paths explicitly behaves as before.