mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-07 18:01:06 +03:00
lint: remove "no recommended build" check
In some cases we do want to not recommend any version. The client should more or less gracefully handle this.
This commit is contained in:
parent
13b5966062
commit
a5c2e503b2
1 changed files with 0 additions and 4 deletions
|
@ -228,10 +228,6 @@ def main():
|
||||||
if app['Update Check Name'] == appid:
|
if app['Update Check Name'] == appid:
|
||||||
warn("Update Check Name is set to the known app id - it can be removed")
|
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")
|
|
||||||
|
|
||||||
# Missing or incorrect categories
|
# Missing or incorrect categories
|
||||||
if not app['Categories']:
|
if not app['Categories']:
|
||||||
warn("Categories are not set")
|
warn("Categories are not set")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue