mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 07:20:29 +03:00
lint: check whitespaces in "Author Name"
This commit is contained in:
parent
3629437b09
commit
5858ba5680
1 changed files with 4 additions and 0 deletions
|
|
@ -74,6 +74,10 @@ regex_checks = {
|
||||||
"Flattr donation methods belong in the FlattrID flag"),
|
"Flattr donation methods belong in the FlattrID flag"),
|
||||||
],
|
],
|
||||||
'Changelog': http_checks,
|
'Changelog': http_checks,
|
||||||
|
'Author Name': [
|
||||||
|
(re.compile(r'^\s'),
|
||||||
|
"Unnecessary leading space"),
|
||||||
|
],
|
||||||
'License': [
|
'License': [
|
||||||
(re.compile(r'^(|None|Unknown)$'),
|
(re.compile(r'^(|None|Unknown)$'),
|
||||||
"No license specified"),
|
"No license specified"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue