chiark / gitweb /
Apply some autopep8-python2 suggestions
[fdroidserver.git] / fdroidserver / lint.py
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
2014-01-23 Ciaran GultnieksMerge commit 'refs/merge-requests/134' of git://gitorio...
2014-01-23 Daniel MartíDon't run lint on disabled apps
2014-01-20 Daniel MartíAlso warn if UCM is None when using tags in commit=
2014-01-20 Daniel MartíWarn about unknown licenses, some extra link checks
2014-01-20 Daniel MartíWarn about incorrect bulleted lists
2014-01-20 Daniel MartíWarn about branches used in commit=
2014-01-20 Daniel MartíMake lint.py somewhat more readable
2014-01-16 Daniel MartíAdd source and issue tracker link warnings
2014-01-15 Daniel MartíMerge commit 'refs/merge-requests/93' of gitorious...
2014-01-09 Daniel MartíNew lint feature: Summary forms
2014-01-09 Daniel MartíNew 'lint' subcommand in testing phase
2014-01-07 Daniel MartíNew lint feature: Summary forms
2014-01-02 Daniel MartíNew 'lint' subcommand in testing phase