1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-05 14:57:30 +01:00

Forgot to uncomment back

This commit is contained in:
sinn3r 2012-12-13 12:31:03 -06:00
parent 6f747f16a0
commit cdb47bfcfc

View File

@ -324,16 +324,16 @@ end
def run_checks(f_rel)
tidy = Msftidy.new(f_rel)
#tidy.check_old_keywords
#tidy.check_badchars
#tidy.check_extname
#tidy.test_old_rubies(f_rel)
#tidy.check_ranking
#tidy.check_disclosure_date
tidy.check_old_keywords
tidy.check_badchars
tidy.check_extname
tidy.test_old_rubies(f_rel)
tidy.check_ranking
tidy.check_disclosure_date
tidy.check_title_format
#tidy.check_bad_terms
#tidy.check_function_basics
#tidy.check_lines
tidy.check_bad_terms
tidy.check_function_basics
tidy.check_lines
end
##