chiark / gitweb /
Switch all headers to python3
[fdroidserver.git] / fdroidserver / lint.py
2016-03-10 Daniel MartíSwitch all headers to python3
2016-03-07 Daniel Martílint: Also warn about gitlab links missing /issues
2016-03-03 Daniel Martílint: error on `fdroid import` disable line
2016-02-15 Daniel Martíoutput= is now a glob path and can do gradle
2016-01-31 Daniel Martílint: also check for trailing spaces in names
2016-01-31 Daniel MartíMerge branch 'authorregex' into 'master'
2016-01-31 Boris Krautlint: check whitespaces in "Author Name"
2016-01-22 Hans-Christoph SteinerMerge branch 'master' into 'master'
2015-12-31 Daniel Martílint: warn about spaces in summaries too
2015-12-29 NeroBurnerChange print-function to have brackets
2015-12-10 Daniel MartíMerge branch 'docs' into 'master'
2015-12-07 Daniel Martílint: optionally check format
2015-12-07 Daniel Martílint: fix issue found by older version of pyflakes
2015-12-03 Daniel MartíRename metafieldtype to fieldtype
2015-12-03 Daniel MartíUse constants for field/flag types
2015-12-03 Daniel MartíRepresent multiline fields as str, not list
2015-12-02 Daniel Martílint: warn about target= in gradle builds
2015-12-02 Daniel MartíRework build into a class
2015-11-28 Daniel MartíRework app into a class
2015-11-28 Daniel Martílint: more versatile /HEAD warning
2015-11-28 Daniel Martílint: catch links at the beginning too
2015-11-28 Daniel Martílint: also catch gitlab master links
2015-10-24 Daniel Martílint: fix unlinkified links regex
2015-09-12 Daniel Martíall: deduplicate -v/-q setup
2015-09-12 Daniel Martílint: small cleanup
2015-09-12 Daniel Martílint: catch more duplicate links
2015-09-12 Daniel Martílint: add dumb support for multiline links
2015-09-12 Daniel Martílint: move regex closer to usage
2015-09-12 Daniel Martílint: remove now obsolete description checks
2015-09-11 Daniel Martílint: overhaul, cleaner and saner output
2015-09-11 Daniel Martílint: move lastbuild into separate function
2015-09-11 Daniel Martílint: remove "no recommended build" check
2015-09-11 Daniel MartíMerge branch 'import-tweaks-and-tests' into 'master'
2015-09-11 Daniel Martílint: cleanup, remove stale sites
2015-09-10 Daniel MartíMerge branch 'replace_optparse_with_argparse' into...
2015-09-08 Ciaran GultnieksMerge branch 'master' of https://gitlab.com/fdroid...
2015-09-08 Daniel Martílint: Warn about links left off from old sites
2015-09-06 nero-tuxreplace deprecated optparse with argparse
2015-09-01 Daniel MartíMerge branch 'liblzma' into 'master'
2015-08-31 Daniel Martílint: fixed list false positives, no need for utf
2015-08-31 Daniel Martílint: warn about duplicate lines
2015-08-31 Daniel Martílint: catch more incorrect lists
2015-08-30 Daniel Martílint: stop accepting Office as valid category
2015-08-30 Daniel Martílint: accept new category Sports & Health
2015-08-30 Daniel Martílint: accept all new categories
2015-08-30 Daniel Martílint: new category
2015-08-30 Daniel Martílint: Wallpaper is now called Theming
2015-08-30 Daniel Martílint: remove Children as valid category
2015-08-29 Daniel Martílint: complain about unwrapped descriptions
2015-08-28 Daniel Martílint: better footer output logic
2015-08-28 Daniel Martílint: warn about unlinkified links
2015-08-28 Daniel Martílint: complain if link url isn't a url
2015-08-28 Daniel Martílint: format descriptions too
2015-08-27 Ciaran GultnieksMerge branch 'per-app-repos' into 'master'
2015-08-27 Daniel MartíAlso force https on bitbucket
2015-08-27 Daniel MartíDon't use lint to warn about google code
2015-08-26 Hans-Christoph SteinerMerge branch 'support-vagrant-cachier' into 'master'
2015-08-24 Daniel Martílint: warn about /master/ usage
2015-08-19 Daniel Martílint: also do http warnings on descriptions
2015-08-19 Daniel Martílint: better type safety
2015-08-19 Daniel MartíWarn about url shorteners being used
2015-08-19 Daniel MartíWarn about misplaced flattr donation links
2015-08-18 Daniel Martílint: Update Check Name with unchanged app id
2015-08-14 Daniel MartíAlso enforce https on urls without path
2015-08-14 Daniel Martílint: warn about CVCs that don't make sense
2015-08-14 Daniel Martílint: Fix unicode issues in list warnings
2015-08-14 Daniel Martílint: don't warn multiple times about lists
2015-08-14 Daniel Martílint: warn about incorrect lists
2015-08-05 Daniel Martílint: complain about UCMs that haven't been used
2015-07-30 Daniel Martílint: exit with an error code if any errors are found
2015-06-17 Daniel Martílint: start warning about invalid categories
2015-06-07 Daniel Martílint: take forcevercode into account for UCM warnings
2015-06-07 Daniel Martílint: get rid of -p/--pedantic
2015-06-07 Daniel Martílint: complain about useless Name: fields
2015-06-05 Daniel Martílint: Move the UCM:Tags warning out of pedantic
2015-06-05 Daniel Martílint: Improve UCM:Tags warning
2015-06-05 Daniel Martílint: don't be pedantic about downloading code
2015-06-05 Daniel Martílint: don't assume trailing slashes in urls are redundant
2015-06-04 Daniel MartíRemove now unnecessary regex_pedantic
2015-06-04 Daniel Martílint: enforce https on gitlab too
2015-06-04 Daniel Martílint: Remove duplicate code.google.com TODO
2015-06-04 Daniel Martílint: move punctuation warnings out of pedantic
2015-06-03 Daniel MartíMove github .git lint warning to http_warnings
2015-06-03 Daniel MartíRe-add https enforcings to Repo:
2015-06-03 Daniel MartíEnforce https uniformly in all http links
2015-06-03 Daniel MartíSimplify lint http warnings
2015-06-03 Daniel MartíDon't use the commits feed as a changelog link in import
2015-06-03 Daniel MartíMerge branch 'changelog' of https://gitlab.com/krt...
2015-05-22 Daniel Martílint: be more strict about redundant summaries
2015-05-15 Ciaran GultnieksFormatting fix for f345b24
2015-05-15 Daniel Martílint: warn about extra empty lines
2015-05-15 Daniel MartíWarn about empty categs
2015-04-19 Daniel Martílint: warn about None category
2015-04-19 Daniel Martílint: Remove NOP
2015-04-14 Daniel Martílint: add commented out warnings about google code
2015-03-11 Ciaran GultnieksMerge branch 'update-readme' into 'master'
2015-03-05 Daniel Martílint: don't take commas as punctuation
2015-03-05 Daniel MartíDon't take placeholders commits as possible tags
2015-01-11 Boris KrautAdd "Changelog:" metadata field.
2014-12-31 Daniel MartíApply some autopep8-python2 suggestions
next