mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Merge branch 'authorregex' into 'master'
lint: check whitespaces in "Author Name" See merge request !94
This commit is contained in:
commit
8f36adfd7b
1 changed files with 4 additions and 0 deletions
|
|
@ -74,6 +74,10 @@ regex_checks = {
|
|||
"Flattr donation methods belong in the FlattrID flag"),
|
||||
],
|
||||
'Changelog': http_checks,
|
||||
'Author Name': [
|
||||
(re.compile(r'^\s'),
|
||||
"Unnecessary leading space"),
|
||||
],
|
||||
'License': [
|
||||
(re.compile(r'^(|None|Unknown)$'),
|
||||
"No license specified"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue