mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
parent
05d78d5490
commit
e1d62726c5
2 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,6 @@ ignore = tests/individually-importing/*
|
||||||
select = **/*.py
|
select = **/*.py
|
||||||
|
|
||||||
[PerlTidy]
|
[PerlTidy]
|
||||||
argv = -ci=4 -bl -cti=0
|
argv = -ci=4 -bl -cti=0 --character-encoding=none
|
||||||
ignore = **/{cmpdigest,valgrind,verify}--*.t
|
ignore = **/{cmpdigest,valgrind,verify}--*.t
|
||||||
select = **/*.{pl,pm,t}
|
select = **/*.{pl,pm,t}
|
||||||
|
|
|
@ -17,7 +17,7 @@ else
|
||||||
|
|
||||||
my $finder = Test::TrailingSpace->new(
|
my $finder = Test::TrailingSpace->new(
|
||||||
{
|
{
|
||||||
root => '.',
|
root => '.',
|
||||||
filename_regex =>
|
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/,
|
qr/(?:(?:\.(?:bash|sh|t|pm|pl|PL|yml|json|arc|vim|html|py|tcl|xhtml))|README(?:[\.\w]*)|Changes|LICENSE|MANIFEST(?:\.in)?|AUTHORS|COPYING)\z/,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue