Closed agrare closed 9 months ago
I thought that blocking indefinitely was a better default if a user didn't specify anything, returning early means you might want to check something (e.g should a daemon exit) but not specifying anything I'd expect to block until it is ready
Checked commit https://github.com/agrare/floe/commit/b51a5d7a2ee958597523ebb91953195c2652248d with ruby 2.7.8, rubocop 1.56.3, haml-lint 0.51.0, and yamllint 2 files checked, 0 offenses detected Everything looks fine. :star:
I thought that blocking indefinitely was a better default if a user didn't specify anything, returning early means you might want to check something (e.g should a daemon exit) but not specifying anything I'd expect to block until it is ready