mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
lint: Update Check Name with unchanged app id
This commit is contained in:
parent
d59ecb3d18
commit
261ed09d7c
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user