Skip to content

Commit 990432f

Browse files
authored
This isnt needed as a default (rails#51782)
1 parent 77f0822 commit 990432f

File tree

1 file changed

+1
-1
lines changed
  • railties/lib/rails/generators/rails/app/templates/config/environments

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ Rails.application.configure do
9090
<%- unless skip_rubocop? -%>
9191

9292
# Apply autocorrection by RuboCop to files generated by `bin/rails generate`.
93-
config.generators.apply_rubocop_autocorrect_after_generate!
93+
# config.generators.apply_rubocop_autocorrect_after_generate!
9494
<%- end -%>
9595
end

0 commit comments

Comments
 (0)