1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
Shlomi Fish 2020-09-20 16:02:26 +03:00
parent 58d43d12fb
commit 9708704b87
8 changed files with 270 additions and 270 deletions

View file

@ -19,7 +19,7 @@ my $finder = Test::TrailingSpace->new(
{
root => '.',
filename_regex =>
qr/(?:(?:\.(?:t|pm|pl|PL|yml|json|arc|vim|py|tcl))|README(?:[\.\w]*)|Changes|LICENSE|MANIFEST(?:\.in)?|AUTHORS|COPYING)\z/,
qr/(?:(?:\.(?:bash|sh|t|pm|pl|PL|yml|json|arc|vim|html|py|tcl|xhtml))|README(?:[\.\w]*)|Changes|LICENSE|MANIFEST(?:\.in)?|AUTHORS|COPYING)\z/,
},
);