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 0b74f98 commit bf013baCopy full SHA for bf013ba
tools/msftidy.rb
@@ -279,7 +279,7 @@ def check_title_casing
279
if @source =~ /'Name'[[:space:]]*=>[[:space:]]*['"](.+)['"],*$/
280
words = $1.split
281
words.each do |word|
282
- if %w{and or the for to in of as with a an}.include?(word)
+ if %w{and or the for to in of as with a an on at}.include?(word)
283
next
284
elsif word =~ /^[a-z]+$/
285
warn("Improper capitalization in module title: '#{word}'")
0 commit comments