chiark / gitweb /
lint: format descriptions too
authorDaniel Martí <mvdan@mvdan.cc>
Fri, 28 Aug 2015 18:09:37 +0000 (11:09 -0700)
committerDaniel Martí <mvdan@mvdan.cc>
Fri, 28 Aug 2015 18:09:37 +0000 (11:09 -0700)
Like readmeta. This makes it error if any links are badly formatted or wrong.

fdroidserver/lint.py

index d409aa2da883bd1601b8efd41ae2227243ce0c1a..f51e85bd8140e4752a1080f275f6d76ea87cbeab 100644 (file)
@@ -152,7 +152,7 @@ def main():
     config = common.read_config(options)
 
     # Get all apps...
-    allapps = metadata.read_metadata(xref=False)
+    allapps = metadata.read_metadata(xref=True)
     apps = common.read_app_args(args, allapps, False)
 
     filling_ucms = re.compile('^(Tags.*|RepoManifest.*)')