Add missing rank check to msftidy
parent
563b8206c5
commit
3ed85b6b25
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue