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:
parent
63f39dd6eb
commit
4829214aa2
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue