1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00

lint: Update Check Name with unchanged app id

This commit is contained in:
Daniel Martí 2015-08-18 14:01:14 -07:00
parent d59ecb3d18
commit 261ed09d7c

View File

@ -188,6 +188,9 @@ def main():
]):
warn("UCM is set but it looks like checkupdates hasn't been run yet")
if app['Update Check Name'] == appid:
warn("Update Check Name is set to the known app id - it can be removed")
cvc = int(app['Current Version Code'])
if cvc > 0 and cvc < lowest_vercode:
warn("Current Version Code is lower than any enabled build")