Tests: apply the exceptions to ruby-based code checks

This commit is contained in:
Lars Kruse 2020-08-25 17:49:51 +02:00
parent 758c3ecdd7
commit 3143c2c576
1 changed files with 1 additions and 1 deletions

View File

@ -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
}