X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=xt%2Fauthor%2Fno-tabs.t;h=0872e0db8d11263db96a6a3bcc8b69619cecb1bd;hb=3a345750fddc777385eacb334ea011f9327b774e;hp=1d28f3bf588e2b6437de2768ca5c01a96046c57d;hpb=0047d0a57e8ffe0d7cfde415fa6f50dae30201d1;p=chaz%2Fgit-codeowners diff --git a/xt/author/no-tabs.t b/xt/author/no-tabs.t index 1d28f3b..0872e0d 100644 --- a/xt/author/no-tabs.t +++ b/xt/author/no-tabs.t @@ -9,6 +9,13 @@ use Test::NoTabs; my @files = ( 'bin/git-codeowners', 'lib/App/Codeowners.pm', + 'lib/App/Codeowners/Formatter.pm', + 'lib/App/Codeowners/Formatter/CSV.pm', + 'lib/App/Codeowners/Formatter/JSON.pm', + 'lib/App/Codeowners/Formatter/String.pm', + 'lib/App/Codeowners/Formatter/TSV.pm', + 'lib/App/Codeowners/Formatter/Table.pm', + 'lib/App/Codeowners/Formatter/YAML.pm', 'lib/App/Codeowners/Options.pm', 'lib/App/Codeowners/Util.pm', 'lib/File/Codeowners.pm',