chiark / gitweb /
lint: warn about /master/ usage
[fdroidserver.git] / fdroidserver / lint.py
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
2014-12-30 Ciaran GultnieksMerge branch 'doc-update-v1' into 'master'
2014-12-22 Daniel Martílint: warn (pedantic) about potentially dangerous auto...
2014-12-22 Daniel Martílint: find the current build like checkupdates does
2014-11-07 Ciaran GultnieksMerge branch 'some-bug-fixes' into 'master'
2014-11-07 Ciaran GultnieksMerge branch 'update-vagrantfile' into 'master'
2014-10-24 Daniel MartíMake lint report total app counts as well
2014-10-15 Daniel MartíUse '\s' instead of ' ' to identify spaces in regex
2014-10-15 Daniel MartíMake lint check for trailing spaces
2014-09-01 Daniel MartíDiscard descriptions longer than one line when checking...
2014-08-26 Daniel Martílint: warn about redundant links too
2014-08-26 Daniel Martílint: fix duplicate usage of appid
2014-08-24 Daniel Martílint: Also warn about descriptions that are just the...
2014-08-24 Daniel Martílint: remove pedantic warnings that are often wrong
2014-08-24 Daniel MartíAdd lint warning for empty summaries
2014-08-16 Daniel MartíMap apps in memory from appid to appinfo
2014-08-15 Daniel MartíAlso warn about HEAD, ignore disabled builds
2014-07-18 Daniel MartíMerge branch 'master' of https://gitlab.com/eighthave...
2014-07-18 Daniel MartíDrop svn support in favour of git-svn
2014-07-05 Daniel MartíUse counters in lint
2014-07-03 Daniel MartíUse shorter and non-redundant 'or' clauses for 'if...
2014-06-12 Daniel MartíInstall and lint were missing -q
2014-06-01 Daniel MartíAdd warnings for repo clonings in build recipes
2014-05-31 Daniel MartíUse ordered dicts for defaults in apps and builds
2014-05-30 Daniel MartíMake unspecified license use regex
2014-05-26 Daniel MartíWarn about summaries that are not capitalized
2014-05-16 Daniel Martílint: warn about empty descriptions
2014-05-07 Ciaran GultnieksMerge branch 'master' into 'master'
2014-05-06 Hans-Christoph Steinerfix PEP8 E124/E125/126/127/128 indentation issues
2014-05-06 Ciaran GultnieksMerge branch 'master' into 'master'
2014-05-06 Hans-Christoph Steinerfix PEP8 "W391 blank line at end of file"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E302 expected 2 blank lines, found 1"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E401 multiple imports on one line"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E231 missing whitespace after ','"
2014-05-06 Daniel MartíAlso pre-compile list regex warnings
2014-05-06 Daniel MartíWarn about leading spaces in descriptions
2014-04-27 Daniel MartíMerge branch 'master' of https://gitlab.com/eighthave...
2014-04-27 Daniel MartíSlightly better summary/name warning message
2014-04-18 Daniel MartíCount warnings and apps in lint
2014-04-18 Daniel MartíAdd summary-related lint warnings
2014-03-28 Daniel MartíBetter identify empty licenses
2014-03-27 Daniel MartíOnly make lists if a space follows the # or * sign
2014-03-24 Daniel MartíAvoid some false positives in the punctuation check
2014-03-18 Daniel MartíPrint version names and srclibs for reference
2014-03-18 Daniel MartíA couple more rules for lint
2014-03-18 Daniel MartíSeparate lint messages into warnings and pedantic warnings
2014-02-14 Daniel MartíMinor fixes to lint.py
2014-02-13 Hans-Christoph Steinerlint.py: add checks for https:// in various URLs
2014-02-02 Daniel MartíMerge branch 'master' into logging
2014-01-31 Daniel MartíMerge branch 'master' into logging
2014-01-30 Daniel MartíMerge branch 'master' into logging
2014-01-29 Daniel MartíMerge branch 'master' into logging
2014-01-28 Daniel MartíMerge branch 'master' into logging
2014-01-28 Daniel MartíUpdate my own copyright notices
2014-01-27 Daniel MartíMore logging switching
2014-01-26 Daniel MartíLint: don't complain if using tags and UCM is RM/branch
2014-01-24 Daniel MartíDon't warn about tags UCM usage if UCM:None
2014-01-24 Ciaran GultnieksMerge branch 'master' of gitorious.org:f-droid/fdroidserver
next