File tree Expand file tree Collapse file tree 2 files changed +0
-29
lines changed Expand file tree Collapse file tree 2 files changed +0
-29
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -335,15 +335,6 @@ def check_extname
335
335
end
336
336
end
337
337
338
- # Explicitly skip this check if we're suppressing info messages
339
- # anyway, since it takes a fair amount of time per module to perform.
340
- def check_rubocop
341
- return true if SUPPRESS_INFO_MESSAGES
342
- out = %x{rubocop -n #{ @full_filepath } }
343
- ret = $?
344
- info ( "Fails to pass Rubocop Ruby style guidelines (run 'rubocop #{ @full_filepath } ' to see violations)" ) unless ret . exitstatus == 0
345
- end
346
-
347
338
def check_old_rubies
348
339
return true unless CHECK_OLD_RUBIES
349
340
return true unless Object . const_defined? :RVM
@@ -611,7 +602,6 @@ def run_checks(full_filepath)
611
602
tidy . check_vuln_codes
612
603
tidy . check_vars_get
613
604
tidy . check_newline_eof
614
- tidy . check_rubocop
615
605
tidy . check_sock_get
616
606
tidy . check_udp_sock_get
617
607
return tidy
You can’t perform that action at this time.
0 commit comments