We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f0822 commit 990432fCopy full SHA for 990432f
railties/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt
@@ -90,6 +90,6 @@ Rails.application.configure do
90
<%- unless skip_rubocop? -%>
91
92
# Apply autocorrection by RuboCop to files generated by `bin/rails generate`.
93
- config.generators.apply_rubocop_autocorrect_after_generate!
+ # config.generators.apply_rubocop_autocorrect_after_generate!
94
<%- end -%>
95
end
0 commit comments