mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 07:20:29 +03:00
Make lint check for trailing spaces
This commit is contained in:
parent
ea62609a80
commit
f90ba4747f
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue