Skip to content

Commit

Permalink
no rubocop as default
Browse files Browse the repository at this point in the history
  • Loading branch information
fsndzomga committed Dec 22, 2023
1 parent 02f5b42 commit 0fdc29a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ require "rubocop/rake_task"

RuboCop::RakeTask.new

task default: :rubocop
# task default: :rubocop
task :default do
# Default task
end

0 comments on commit 0fdc29a

Please sign in to comment.