Skip to content

Commit

Permalink
[#417] Change deprecated option
Browse files Browse the repository at this point in the history
  • Loading branch information
sanG-github committed Aug 4, 2023
1 parent 989c576 commit 186a45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .template/hooks/before_complete/fix_rubocop.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def fixing_rubocop
Layout/EmptyLineAfterMagicComment
].join(',')

run "rubocop --only #{cops} --auto-correct-all --out tmp/template_rubocop.txt"
run "rubocop --only #{cops} --autocorrect-all --out tmp/template_rubocop.txt"
end
end

Expand Down

0 comments on commit 186a45a

Please sign in to comment.