mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-10 17:30:11 +01:00
Make lint check for trailing spaces
This commit is contained in:
parent
ea62609a80
commit
f90ba4747f
@ -89,6 +89,8 @@ regex_warnings = {
|
|||||||
"Invalid bulleted list"),
|
"Invalid bulleted list"),
|
||||||
(re.compile(r'^ '),
|
(re.compile(r'^ '),
|
||||||
"Unnecessary leading space"),
|
"Unnecessary leading space"),
|
||||||
|
(re.compile(r'.* $'),
|
||||||
|
"Unnecessary trailing space"),
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user