Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tests: apply the exceptions to ruby-based code checks
  • Loading branch information
sumpfralle committed Aug 25, 2020
1 parent 758c3ec commit 3143c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/test.t
Expand Up @@ -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
}
Expand Down

0 comments on commit 3143c2c

Please sign in to comment.