]> Dogcows Code - chaz/git-codeowners/blob - xt/author/no-tabs.t
0872e0db8d11263db96a6a3bcc8b69619cecb1bd
[chaz/git-codeowners] / xt / author / no-tabs.t
1 use strict;
2 use warnings;
3
4 # this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.15
5
6 use Test::More 0.88;
7 use Test::NoTabs;
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 'lib/File/Codeowners.pm',
22 'lib/Test/File/Codeowners.pm',
23 't/00-compile.t',
24 't/00-report-prereqs.dd',
25 't/00-report-prereqs.t',
26 't/app-codeowners-util.t',
27 't/app-codeowners.t',
28 't/file-codeowners.t',
29 't/samples/basic.CODEOWNERS',
30 't/samples/kitchensink.CODEOWNERS',
31 'xt/author/critic.t',
32 'xt/author/eol.t',
33 'xt/author/minimum-version.t',
34 'xt/author/no-tabs.t',
35 'xt/author/pod-no404s.t',
36 'xt/author/pod-syntax.t',
37 'xt/author/portability.t',
38 'xt/release/consistent-version.t',
39 'xt/release/cpan-changes.t',
40 'xt/release/distmeta.t'
41 );
42
43 notabs_ok($_) foreach @files;
44 done_testing;
This page took 0.032577 seconds and 3 git commands to generate.