Skip to content

Commit 22d1e7d

Browse files
committed
Enable running RuboCop on generator
1 parent e0c6a24 commit 22d1e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/environments/development.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
config.action_controller.raise_on_missing_callback_actions = true
7575

7676
# Apply autocorrection by RuboCop to files generated by `bin/rails generate`.
77-
# config.generators.apply_rubocop_autocorrect_after_generate!
77+
config.generators.apply_rubocop_autocorrect_after_generate!
7878

7979
# Automatically update js-routes file
8080
# when routes.rb is changed

0 commit comments

Comments
 (0)