Add missing rank check to msftidy
parent
563b8206c5
commit
3ed85b6b25
|
@ -422,6 +422,8 @@ class Msftidy
|
||||||
if not available_ranks.include?($1)
|
if not available_ranks.include?($1)
|
||||||
error("Invalid ranking. You have '#{$1}'")
|
error("Invalid ranking. You have '#{$1}'")
|
||||||
end
|
end
|
||||||
|
else
|
||||||
|
info('No Rank specified. The default is NormalRanking.')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue