]> Dogcows Code - chaz/git-codeowners/blob - xt/author/eol.t
Version 0.50
[chaz/git-codeowners] / xt / author / eol.t
1 use strict;
2 use warnings;
3
4 # this test was generated with Dist::Zilla::Plugin::Test::EOL 0.19
5
6 use Test::More 0.88;
7 use Test::EOL;
8
9 my @files = (
10 'bin/git-codeowners',
11 'lib/App/Codeowners.pm',
12 'lib/App/Codeowners/Formatter.pm',
13 'lib/App/Codeowners/Formatter/CSV.pm',
14 'lib/App/Codeowners/Formatter/JSON.pm',
15 'lib/App/Codeowners/Formatter/String.pm',
16 'lib/App/Codeowners/Formatter/TSV.pm',
17 'lib/App/Codeowners/Formatter/Table.pm',
18 'lib/App/Codeowners/Formatter/YAML.pm',
19 'lib/App/Codeowners/Options.pm',
20 'lib/App/Codeowners/Util.pm',
21 't/00-compile.t',
22 't/00-report-prereqs.dd',
23 't/00-report-prereqs.t',
24 't/app-codeowners-util.t',
25 't/app-codeowners.t',
26 'xt/author/critic.t',
27 'xt/author/eol.t',
28 'xt/author/minimum-version.t',
29 'xt/author/no-tabs.t',
30 'xt/author/pod-coverage.t',
31 'xt/author/pod-no404s.t',
32 'xt/author/pod-syntax.t',
33 'xt/author/portability.t',
34 'xt/release/consistent-version.t',
35 'xt/release/cpan-changes.t',
36 'xt/release/distmeta.t'
37 );
38
39 eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files;
40 done_testing;
This page took 0.038748 seconds and 4 git commands to generate.