mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
lint: Update Check Name with unchanged app id
This commit is contained in:
parent
d59ecb3d18
commit
261ed09d7c
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue