mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
reformat and fix trailing-space test
This commit is contained in:
parent
6d9c6b272b
commit
3ce33272ba
2 changed files with 10 additions and 4 deletions
|
@ -29,7 +29,13 @@ class SVGManager:
|
||||||
self.filename = filename
|
self.filename = filename
|
||||||
# self.svg = Rsvg.Handle().new_from_file(filename)
|
# self.svg = Rsvg.Handle().new_from_file(filename)
|
||||||
self.d = MyKCardDeck(
|
self.d = MyKCardDeck(
|
||||||
os.path.basename(os.getenv("PYSOL_SVG_THEME", "svg-jolly-royal")))
|
os.path.basename(
|
||||||
|
os.getenv(
|
||||||
|
"PYSOL_SVG_THEME",
|
||||||
|
"svg-jolly-royal"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
# Taken from https://stackoverflow.com/questions/44471795
|
# Taken from https://stackoverflow.com/questions/44471795
|
||||||
# Under MIT License - thanks.
|
# Under MIT License - thanks.
|
||||||
|
|
|
@ -17,12 +17,12 @@ else
|
||||||
|
|
||||||
my $finder = Test::TrailingSpace->new(
|
my $finder = Test::TrailingSpace->new(
|
||||||
{
|
{
|
||||||
root => '.',
|
abs_path_prune_re => qr# kcardgame[/\\](?:b|build-kpat)(?:\z|/|\\) #msx,
|
||||||
filename_regex =>
|
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/,
|
qr/(?:(?:\.(?:bash|sh|t|pm|pl|PL|yml|json|arc|vim|html|py|tcl|xhtml))|README(?:[\.\w]*)|Changes|LICENSE|MANIFEST(?:\.in)?|AUTHORS|COPYING)\z/,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
# TEST
|
# TEST
|
||||||
$finder->no_trailing_space("No trailing space was found.");
|
$finder->no_trailing_space("No trailing space was found.");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue