File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
13
13
CHECK_OLD_RUBIES = !!ENV [ 'MSF_CHECK_OLD_RUBIES' ]
14
14
SUPPRESS_INFO_MESSAGES = !!ENV [ 'MSF_SUPPRESS_INFO_MESSAGES' ]
15
- WHITELIST = %w{
15
+ TITLE_WHITELIST = %w{
16
16
a an and as at avserve callmenum configdir connect debug docbase dtspcd
17
17
execve file for from getinfo goaway gsad hetro historysearch htpasswd
18
18
ibstat id in inetd iseemedia jhot libxslt lmgrd lnk load main map
19
19
migrate mimencode multisort name net netcat nodeid ntpd nttrans of
20
20
on onreadystatechange or ovutil path pbot pfilez pgpass pingstr pls
21
21
popsubfolders prescan readvar relfile rev rexec rlogin rsh rsyslog sa
22
- sadmind say sblistpack spamd sreplace tagprinter the to twikidraw udev
23
- uplay user username via welcome with ypupdated zsudo
22
+ sadmind say sblistpack spamd sreplace tagprinter the tnftp to twikidraw
23
+ udev uplay user username via welcome with ypupdated zsudo
24
24
}
25
25
26
26
if CHECK_OLD_RUBIES
@@ -432,7 +432,7 @@ def check_title_casing
432
432
if @source =~ /["']Name["'][[:space:]]*=>[[:space:]]*['"](.+)['"],*$/
433
433
words = $1. split
434
434
words . each do |word |
435
- if WHITELIST . include? ( word )
435
+ if TITLE_WHITELIST . include? ( word )
436
436
next
437
437
elsif word =~ /^[a-z]+$/
438
438
warn ( "Suspect capitalization in module title: '#{ word } '" )
You can’t perform that action at this time.
0 commit comments