1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-03-12 04:07:01 -04:00

Fix tidyall tests.

See:

https://metacpan.org/release/Code-TidyAll .
This commit is contained in:
Shlomi Fish 2020-09-30 10:48:47 +03:00
parent 05d78d5490
commit e1d62726c5
2 changed files with 2 additions and 2 deletions

View file

@ -3,6 +3,6 @@ ignore = tests/individually-importing/*
select = **/*.py
[PerlTidy]
argv = -ci=4 -bl -cti=0
argv = -ci=4 -bl -cti=0 --character-encoding=none
ignore = **/{cmpdigest,valgrind,verify}--*.t
select = **/*.{pl,pm,t}

View file

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