Files
mac_os/Rakefile
Brooke Kuhlmann 3c78a1cbf0 Refactored Rakefile requirements
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.
2020-06-18 07:14:35 -06:00

6 lines
86 B
Ruby

# frozen_string_literal: true
require "git/lint/rake/setup"
task default: :git_lint