Skip to content

Commit

Permalink
Merge pull request #7572 from skateman/rubocop-departments
Browse files Browse the repository at this point in the history
Added some missing departments into the rubocop overrides
  • Loading branch information
Fryguy authored Jan 12, 2021
2 parents 67cf121 + c24c3a9 commit 911b628
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/routes.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Rails.application.routes.draw do
# rubocop:disable AlignHash
# rubocop:disable MultilineOperationIndentation
# rubocop:disable Layout/HashAlignment
# rubocop:disable Layout/MultilineOperationIndentation
# default routes for each controller
default_routes = %w(
report_data
Expand Down Expand Up @@ -3288,4 +3288,6 @@
%w[ems_cloud ems_infra ems_physical_infra ems_container ems_network ems_storage ems_block_storage].each do |resource|
resources(resource.to_sym, :as => resource.pluralize.to_sym, :except => %i[create update destroy])
end
# rubocop:enable Layout/HashAlignment
# rubocop:enable Layout/MultilineOperationIndentation
end

0 comments on commit 911b628

Please sign in to comment.