Skip to content

Commit

Permalink
Merge 1c4476d into e8fb64a
Browse files Browse the repository at this point in the history
  • Loading branch information
lamby committed Jan 2, 2017
2 parents e8fb64a + 1c4476d commit 3926beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/yard/parser/source_parser.rb
Expand Up @@ -111,7 +111,7 @@ def parse(paths = DEFAULT_PATH_GLOB, excluded = [], level = log.level)
reject {|p| !File.file?(p) || excluded.any? {|re| p =~ re } }

log.enter_level(level) do
parse_in_order(*files.uniq)
parse_in_order(*files.sort.uniq)
end
end

Expand Down

0 comments on commit 3926beb

Please sign in to comment.