1
0
Fork 0
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:
Shlomi Fish 2020-11-12 12:52:53 +02:00
parent 6d9c6b272b
commit 3ce33272ba
2 changed files with 10 additions and 4 deletions

View file

@ -29,7 +29,13 @@ class SVGManager:
self.filename = filename
# self.svg = Rsvg.Handle().new_from_file(filename)
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
# Under MIT License - thanks.

View file

@ -17,12 +17,12 @@ else
my $finder = Test::TrailingSpace->new(
{
root => '.',
filename_regex =>
abs_path_prune_re => qr# kcardgame[/\\](?:b|build-kpat)(?:\z|/|\\) #msx,
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/,
},
);
# TEST
$finder->no_trailing_space("No trailing space was found.");