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 0353602 commit ab70223Copy full SHA for ab70223
tools/msftidy.rb
@@ -237,7 +237,7 @@ def check_snake_case_filename
237
238
def check_comment_splat
239
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>.")
+ warn("Module contains old license comment.")
241
end
242
243
0 commit comments