[Buildbot-commits] [buildbot/buildbot] 1209b7: replaced depricated 'disable-msg' pylint pragma wi...
GitHub
noreply at github.com
Wed Oct 9 01:36:20 UTC 2013
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 1209b72c7e7d357d14dcf16e6710a51afccb2082
https://github.com/buildbot/buildbot/commit/1209b72c7e7d357d14dcf16e6710a51afccb2082
Author: Elmir Jagudin <elmir at axis.com>
Date: 2013-09-30 (Mon, 30 Sep 2013)
Changed paths:
M master/buildbot/interfaces.py
Log Message:
-----------
replaced depricated 'disable-msg' pylint pragma with 'disable'
Commit: 326f678a8235c810a305f6d5026ef245d409b835
https://github.com/buildbot/buildbot/commit/326f678a8235c810a305f6d5026ef245d409b835
Author: Elmir Jagudin <elmir at axis.com>
Date: 2013-09-30 (Mon, 30 Sep 2013)
Changed paths:
M master/buildbot/status/persistent_queue.py
M slave/buildslave/interfaces.py
Log Message:
-----------
locally disable pylint warnings triggered by interface definitions
Commit: 77a395d23c11c3cfedcab9ad7666b203ecb96d46
https://github.com/buildbot/buildbot/commit/77a395d23c11c3cfedcab9ad7666b203ecb96d46
Author: Elmir Jagudin <elmir at axis.com>
Date: 2013-09-30 (Mon, 30 Sep 2013)
Changed paths:
M master/buildbot/test/unit/test_steps_source_svn.py
Log Message:
-----------
unit tests: make _makeSUCTest() a local function
The TestGetUnversionedFiles._makeSUCTest() looks like a method but is
used as a local function. Change it to a proper function, to make it
less confusing.
This also fixes 'no-self-argument' pylint warning.
Commit: 1c4a542d4e6f3be81f65eaf1a93e5ccd99bb610a
https://github.com/buildbot/buildbot/commit/1c4a542d4e6f3be81f65eaf1a93e5ccd99bb610a
Author: Elmir Jagudin <elmir at axis.com>
Date: 2013-09-30 (Mon, 30 Sep 2013)
Changed paths:
M common/pylintrc
Log Message:
-----------
enable no-self-argument and no-method-argument pylint checks
Commit: c048e24d5a86d654e46979655bb42bb0742986a3
https://github.com/buildbot/buildbot/commit/c048e24d5a86d654e46979655bb42bb0742986a3
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-10-08 (Tue, 08 Oct 2013)
Changed paths:
M common/pylintrc
M master/buildbot/interfaces.py
M master/buildbot/status/persistent_queue.py
M master/buildbot/test/unit/test_steps_source_svn.py
M slave/buildslave/interfaces.py
Log Message:
-----------
Merge branch 'pylint-interfaces' of git://github.com/elmirjagudin/buildbot
Compare: https://github.com/buildbot/buildbot/compare/43fe12589639...c048e24d5a86
More information about the Commits
mailing list