By default, Bulloak throws an error when no files are found:
🌳 Checking the Solidity tests using Bulloak
find: ‘lockup/tests/unit/**/*.tree’: No such file or directory
Error: Process completed with exit code 1.
but sometimes, this is fine (that no files are found).
It would thus be helpful to configure Bulloak via a flag and disable errors in this situation.