Skip to content

Commit bf013ba

Browse files
committed
Add more words to ignore
1 parent 0b74f98 commit bf013ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/msftidy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def check_title_casing
279279
if @source =~ /'Name'[[:space:]]*=>[[:space:]]*['"](.+)['"],*$/
280280
words = $1.split
281281
words.each do |word|
282-
if %w{and or the for to in of as with a an}.include?(word)
282+
if %w{and or the for to in of as with a an on at}.include?(word)
283283
next
284284
elsif word =~ /^[a-z]+$/
285285
warn("Improper capitalization in module title: '#{word}'")

0 commit comments

Comments
 (0)