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
I want to use 'elvis rock' with my (separate, post-commit) continuous integration system. I can work around it, but having it fail (from the shell's point of view) would help, and seems the Right Way.
The git-hook command already does this:
https://github.com/inaka/elvis/blob/master/src/elvis.erl#L96
I want to use 'elvis rock' with my (separate, post-commit) continuous integration system. I can work around it, but having it fail (from the shell's point of view) would help, and seems the Right Way.
Looking at the code, the proper way to do it is uncertain. Are you comfortable with halting on failure & not processing any more commands in process_options([rock | ...], ...)?
https://github.com/inaka/elvis/blob/master/src/elvis.erl#L194
The text was updated successfully, but these errors were encountered: