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.
2 parents 20679ea + a53df44 commit 5143da1Copy full SHA for 5143da1
tools/modules/msftidy.rb renamed to tools/dev/msftidy.rb
tools/dev/pre-commit-hook.rb
@@ -59,9 +59,9 @@ def merge_error_message
59
if files_to_check.empty?
60
puts "--- No Metasploit modules to check ---"
61
else
62
- puts "--- Checking new and changed module syntax with tools/modules/msftidy.rb ---"
+ puts "--- Checking new and changed module syntax with tools/dev/msftidy.rb ---"
63
files_to_check.each do |fname|
64
- cmd = "ruby ./tools/modules/msftidy.rb #{fname}"
+ cmd = "ruby ./tools/dev/msftidy.rb #{fname}"
65
msftidy_output= %x[ #{cmd} ]
66
puts "#{fname} - msftidy check passed" if msftidy_output.empty?
67
msftidy_output.each_line do |line|
0 commit comments