Skip to content

Commit ab70223

Browse files
committed
Remove note about resplat.rb in msftidy
1 parent 0353602 commit ab70223

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
@@ -237,7 +237,7 @@ def check_snake_case_filename
237237

238238
def check_comment_splat
239239
if @source =~ /^# This file is part of the Metasploit Framework and may be subject to/
240-
warn("Module contains old license comment, use tools/dev/resplat.rb <filename>.")
240+
warn("Module contains old license comment.")
241241
end
242242
end
243243

0 commit comments

Comments
 (0)