We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 438c184 commit d90d41dCopy full SHA for d90d41d
tools/msftidy.rb
@@ -212,7 +212,7 @@ def check_title_format
212
if @source =~ /'Name'[[:space:]]*=>[[:space:]]*['|"](.+)['|"],*$/
213
words = $1.split
214
words.each do |word|
215
- if word =~ /^['"].+['"]$/ or word =~ /^[a-z].*[A-Z].+$/ or word =~ /^.+\(\)$/
+ if word =~ /^['"].+['"]$/ or word =~ /^[a-z].*[A-Z].+$/ or word =~ /^.+\(\)$/ or word =~ /^[vb][\d\.\-r]+$/
216
next
217
elsif %w{and or the for via to}.include?(word)
218
0 commit comments