From 3143c2c5768cecd17417c2ee387adce9382726e2 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Tue, 25 Aug 2020 17:49:51 +0200 Subject: [PATCH] Tests: apply the exceptions to ruby-based code checks --- t/test.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/test.t b/t/test.t index 45182f66..a65c1220 100644 --- a/t/test.t +++ b/t/test.t @@ -201,7 +201,7 @@ sub process_file { } ); run_check( - { command => [ 'rubocop', $file ], + { command => [ 't/test-exception-wrapper', $file, 'rubocop' ], description => 'ruby style and syntax check', filename => $filename }