- Ensures Git commits are consistent. - [Details](https://github.com/bkuhlmann/git-cop).
@@ -0,0 +1,9 @@
# frozen_string_literal: true
begin
require "git/cop/rake/setup"
rescue LoadError => error
puts error.message
end
task default: :git_cop
The note is not visible to the blocked user.