Necessary to run all code quality checks for the project by default.
@@ -1,5 +1,8 @@
# frozen_string_literal: true
require "git/lint/rake/setup"
require "rubocop/rake_task"
task default: :git_lint
RuboCop::RakeTask.new
task default: %i[git_lint rubocop]
The note is not visible to the blocked user.