Skip to content

Commit c0a5c83

Browse files
committed
dev: update rubocop format task
this should have been part of 0c2d55c
1 parent edb8c80 commit c0a5c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rakelib/format.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ namespace "format" do
7373
end
7474

7575
desc "Format Nokogiri's Ruby code"
76-
task "ruby" => "rubocop:check:auto_correct"
76+
task "ruby" => "rubocop:check:autocorrect"
7777

7878
desc "Regenerate tables of contents in some files"
7979
task "toc" do

0 commit comments

Comments
 (0)