Skip to content

Commit 3ed85b6

Browse files
committed
Add missing rank check to msftidy
1 parent 563b820 commit 3ed85b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/dev/msftidy.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,8 @@ def check_ranking
422422
if not available_ranks.include?($1)
423423
error("Invalid ranking. You have '#{$1}'")
424424
end
425+
else
426+
info('No Rank specified. The default is NormalRanking.')
425427
end
426428
end
427429

0 commit comments

Comments
 (0)