mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
lint: don't warn multiple times about lists
This commit is contained in:
parent
fbff41234f
commit
12fc0640df
1 changed files with 1 additions and 0 deletions
|
|
@ -222,6 +222,7 @@ def main():
|
|||
lcount += 1
|
||||
if lcount > 3 and lchar not in validchars:
|
||||
warn("Description has a list (%s) but it isn't bulleted (*) nor numbered (#)" % lchar)
|
||||
break
|
||||
else:
|
||||
lchar = l[0]
|
||||
lcount = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue