mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +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")
|
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'])
|
cvc = int(app['Current Version Code'])
|
||||||
if cvc > 0 and cvc < lowest_vercode:
|
if cvc > 0 and cvc < lowest_vercode:
|
||||||
warn("Current Version Code is lower than any enabled build")
|
warn("Current Version Code is lower than any enabled build")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue