[Buildbot-commits] [buildbot/buildbot] 7af8fd: enable pylint 'assignment-from-no-return' check

GitHub noreply at github.com
Mon Aug 26 13:11:56 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 7af8fd492462be5761d6db6195f17b0fc08a64fd
      https://github.com/buildbot/buildbot/commit/7af8fd492462be5761d6db6195f17b0fc08a64fd
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-08-24 (Sat, 24 Aug 2013)

  Changed paths:
    M common/pylintrc
    M master/buildbot/test/unit/test_util_misc.py

  Log Message:
  -----------
  enable pylint 'assignment-from-no-return' check

Pylint reports one false positive 'assigning from a function
without a return' error. Disable the check locally there,
and enable it globaly.


  Commit: b4156da4368e1617f7afd50f9604895e4724ebc3
      https://github.com/buildbot/buildbot/commit/b4156da4368e1617f7afd50f9604895e4724ebc3
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-08-26 (Mon, 26 Aug 2013)

  Changed paths:
    M common/pylintrc
    M master/buildbot/test/unit/test_util_misc.py

  Log Message:
  -----------
  Merge branch 'pylint-assignment-from-no-return' of git://github.com/elmirjagudin/buildbot


Compare: https://github.com/buildbot/buildbot/compare/76c34d56d634...b4156da4368e


More information about the Commits mailing list