mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-19 14:18:24 -04:00
lint: don't warn multiple times about lists
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user