Skip to content

Commit

Permalink
style: fix after rubocop upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Dec 13, 2024
1 parent 26f7987 commit 257e3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/action_policy/rails/dummy/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module Dummy
class Application < Rails::Application
# Hack for Rails 7 alpha
config.active_record = ActiveSupport::OrderedOptions.new
config.logger = Logger.new("/dev/null")
config.logger = Logger.new("/dev/null") # rubocop:disable Style/FileNull
config.eager_load = false
end
end

0 comments on commit 257e3ec

Please sign in to comment.