mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-03-12 04:07:01 -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
|
||||
|
||||
[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}
|
||||
|
|
|
@ -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/,
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue