1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

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

View file

@ -201,7 +201,7 @@ sub process_file {
} }
); );
run_check( run_check(
{ command => [ 'rubocop', $file ], { command => [ 't/test-exception-wrapper', $file, 'rubocop' ],
description => 'ruby style and syntax check', description => 'ruby style and syntax check',
filename => $filename filename => $filename
} }