1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

adds a blank line [ci skip]

This commit is contained in:
Xavier Noria 2019-05-13 06:00:28 +02:00
parent 63f39dd6eb
commit 4829214aa2

View file

@ -107,6 +107,7 @@ namespace :zeitwerk do
not_checked = ActiveSupport::Dependencies.autoload_paths - eager_load_paths
not_checked.select! { |dir| Dir.exist?(dir) }
not_checked.reject! { |dir| Dir.empty?(dir) }
report[mismatches, not_checked]
end
end