Add missing rank check to msftidy

bug/bundler_fix
William Vu 2016-06-14 11:45:57 -05:00
parent 563b8206c5
commit 3ed85b6b25
1 changed files with 2 additions and 0 deletions

View File

@ -422,6 +422,8 @@ class Msftidy
if not available_ranks.include?($1)
error("Invalid ranking. You have '#{$1}'")
end
else
info('No Rank specified. The default is NormalRanking.')
end
end