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 eb8e952 + 8919e21 commit e54a348Copy full SHA for e54a348
tools/msftidy.rb
@@ -293,7 +293,7 @@ def check_extname
293
end
294
295
296
- def test_old_rubies
+ def check_old_rubies
297
return true unless CHECK_OLD_RUBIES
298
return true unless Object.const_defined? :RVM
299
puts "Checking syntax for #{@name}."
@@ -526,7 +526,7 @@ def run_checks(full_filepath)
526
tidy.check_verbose_option
527
tidy.check_badchars
528
tidy.check_extname
529
- tidy.test_old_rubies
+ tidy.check_old_rubies
530
tidy.check_ranking
531
tidy.check_disclosure_date
532
tidy.check_title_casing
0 commit comments