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

lint: Move the UCM:Tags warning out of pedantic

It's much more reliable now
This commit is contained in:
Daniel Martí 2015-06-05 17:15:13 +02:00
parent a8ec149cd4
commit f9b7a260af

View File

@ -144,7 +144,7 @@ def main():
and not curbuild['commit'].startswith('unknown')
and curbuild['vercode'] == app['Current Version Code']
and any(s in curbuild['commit'] for s in '.,_-/')):
pwarn("Last used commit '%s' looks like a tag, but Update Check Mode is '%s'" % (
warn("Last used commit '%s' looks like a tag, but Update Check Mode is '%s'" % (
curbuild['commit'], app['Update Check Mode']))
# Dangerous auto updates