You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm a fan of Rake and love how it helps to ensure my Ruby projects build more reliably on different platforms!
One thing I am curious about with Rake is how to write tasks as soft assertions. For example, what syntax could I use so that a task tree called :lint with several child linter shell commands, allows the full linter suite to run in the event of any error codes, and only reports the error code at the very end of the :lint execution?
This discussion was converted from issue #318 on March 15, 2024 00:47.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm a fan of Rake and love how it helps to ensure my Ruby projects build more reliably on different platforms!
One thing I am curious about with Rake is how to write tasks as soft assertions. For example, what syntax could I use so that a task tree called
:lint
with several child linter shell commands, allows the full linter suite to run in the event of any error codes, and only reports the error code at the very end of the:lint
execution?Beta Was this translation helpful? Give feedback.
All reactions