Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
Clean up code.
  • Loading branch information
jbigler committed Mar 15, 2024
1 parent 6f101db commit e0fc476
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/controllers/workspaces_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def create
end
end
end
# rubocop:enable Metrics/AbcSize

# PATCH/PUT /workspaces/1 or /workspaces/1.json
def update
Expand Down
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Application < Rails::Application
# config.time_zone = "Central Time (US & Canada)"
# config.eager_load_paths << Rails.root.join("extras")

# All Rubocop to autocorrect generated Iles
# Allow Rubocop to autocorrect generated files
config.generators.after_generate do |files|
parsable_files = files.filter { |file| file.end_with?(".rb") }
unless parsable_files.empty?
Expand Down

0 comments on commit e0fc476

Please sign in to comment.