Turns out the rescue block wasn't providing a lot of additional aid as the Bundler and Rake errors are sufficient. By removing this block, the error output remains clear and improves readability.
6 lines
86 B
Ruby
6 lines
86 B
Ruby
# frozen_string_literal: true
|
|
|
|
require "git/lint/rake/setup"
|
|
|
|
task default: :git_lint
|