Commit graph

172 commits

Author SHA1 Message Date
Daniel Martí
214d63e48f Better identify empty licenses 2014-03-28 11:40:58 +01:00
Daniel Martí
65d796c93a Only make lists if a space follows the # or * sign
This prevents making a list item out of lines such as:

*.rom images and allows using...
2014-03-27 17:51:34 +01:00
Daniel Martí
eee7f8b4f6 Avoid some false positives in the punctuation check 2014-03-24 01:02:11 +01:00
Daniel Martí
b94a772ad9 Print version names and srclibs for reference 2014-03-18 12:46:40 +01:00
Daniel Martí
03975808a3 A couple more rules for lint 2014-03-18 12:26:24 +01:00
Daniel Martí
d5c62d3bbd Separate lint messages into warnings and pedantic warnings 2014-03-18 12:20:40 +01:00
Daniel Martí
a49f04a947 Minor fixes to lint.py 2014-02-14 23:59:39 +01:00
Hans-Christoph Steiner
b706ec986f lint.py: add checks for https:// in various URLs
Many times, the http:// URL automatically redirects to https://, like with
github and gitorious.  For git repos, using https:// reduces metadata
leakage for more privacy, and increases the security a little bit.  For SVN
repos, using https:// is much more important since the repo format itself
does not provide the same level of verification as git, hg, etc. do.
2014-02-12 22:43:27 -05:00
Daniel Martí
2f93ba9bd6 Merge branch 'master' into logging
Conflicts:
	fdroidserver/common.py
2014-01-28 14:14:59 +01:00
Daniel Martí
3687147997 Update my own copyright notices 2014-01-28 14:07:19 +01:00
Daniel Martí
1e3c2eee25 More logging switching 2014-01-27 21:49:29 +01:00
Daniel Martí
cb11826929 Lint: don't complain if using tags and UCM is RM/branch 2014-01-26 20:42:47 +01:00
Daniel Martí
6855b6c442 Don't warn about tags UCM usage if UCM:None 2014-01-24 18:25:06 +01:00
Daniel Martí
d6dbad65c6 Don't run lint on disabled apps 2014-01-23 10:54:32 +01:00
Daniel Martí
6d23119fae Also warn if UCM is None when using tags in commit= 2014-01-20 12:18:50 +01:00
Daniel Martí
2f5b029d97 Warn about unknown licenses, some extra link checks 2014-01-20 11:34:39 +01:00
Daniel Martí
e7b863ad20 Warn about incorrect bulleted lists 2014-01-20 11:15:15 +01:00
Daniel Martí
c9d8146f9e Warn about branches used in commit= 2014-01-20 11:10:00 +01:00
Daniel Martí
e19ef06671 Make lint.py somewhat more readable 2014-01-20 11:05:57 +01:00
Daniel Martí
f2b25679ff Add source and issue tracker link warnings 2014-01-16 17:47:55 +01:00
Daniel Martí
d116cc73c4 New lint feature: Summary forms 2014-01-07 13:23:24 +01:00
Daniel Martí
a40533a521 New 'lint' subcommand in testing phase 2014-01-02 19:34:25 +01:00