1. 4c275d2 [autotest] Bump astroid package version by Allen Li · 7 years ago
  2. a998067 pylint: stop requiring docstrings on TestCase methods by Prathmesh Prabhu · 7 years ago
  3. 7e10708 run_pylint: Tighten exception capture in main. by Prathmesh Prabhu · 8 years ago
  4. 5dab08c run_pylint: Add site-packages/ to blacklist. by Prathmesh Prabhu · 8 years ago
  5. baabef2 [autotest] Puppy lab testing environment. by Prashanth Balasubramanian · 10 years ago
  6. a528758 Handle pylint change in newer version when handling docstring check. by Dan Shi · 10 years ago
  7. 2d8047e [autotest] In process request/host caching for the rdb. by Prashanth B · 10 years ago
  8. 5e2bb4a [autotest] Scheduler refactor. by beeps · 11 years ago
  9. f9a3651 Autotest: Test health script uses Django models. by Keyar Hood · 11 years ago
  10. e19d303 [autotest] pylint ignores setters, getters and special modules. by beeps · 11 years ago
  11. c38decc [autotest] Pylint shouldn't check ancestors if none exist. by beeps · 11 years ago
  12. 12a3c88 [autotest] Pylint shouldn't fail with empty file paths. by beeps · 11 years ago
  13. 98365d8 [autotest] Pylint checks committed versions of a file. by beeps · 11 years ago
  14. d5fb41b [Autotest] Pylint checks all files if the only change is to remove a file. by beeps · 11 years ago
  15. ae6acd9 Override devserver_up's default timeout to return immediately in au test. by Chris Sosa · 11 years ago
  16. c9224b4 Revert "[autotest] run_pylint now notices uncommitted files." by Prashanth Balasubramanian · 11 years ago
  17. 723877f [autotest] run_pylint now notices uncommitted files. by beeps · 11 years ago
  18. 1b6433b [autotest] Disables docstring checking for private methods and imports. by beeps · 11 years ago
  19. 2c66964 [autotest] Docstring checker for pylint. by beeps · 12 years ago
  20. 5553256 [autotest] Disable 'F' in pylint. by beeps · 12 years ago
  21. 48fc6f5 Enables pylint for .py files in autotest. by beeps · 12 years ago
  22. 40f4744 Revert "Enables pylint for .py files in autotest." by Alex Miller · 12 years ago
  23. 78ece92 Enables pylint for .py files in autotest. by beeps · 12 years ago
  24. 8adf789 Autotest upstream merge. by Dale Curtis · 13 years ago
  25. 861b2d5 Merge remote branch 'cros/upstream' into master by Eric Li · 13 years ago
  26. bdaab79 Revert "Merge remote branch 'cros/upstream' into autotest-rebase" by Kenneth Waters · 14 years ago
  27. 7edb304 Merge remote branch 'cros/upstream' into autotest-rebase by Eric Li · 14 years ago
  28. 2d6decc Disable E1101/E1103 "Instace of ... has no ... member" in run_pylint by lmr · 15 years ago
  29. 31476eb Make run_pylint executable by mbligh · 16 years ago
  30. 65e06b1 heck for pylint and print a more useful error message if it can't be by mbligh · 16 years ago
  31. 94a6493 Fix up the run_pylint script to better understand the autotest_lib.* by jadmanski · 16 years ago
  32. b908303 Moving the pylint running into a utils directory. by jadmanski · 16 years ago[Renamed from run_pylint.py]
  33. 99d2ded Script to run pylint on our code. Patches up pylint's import mechanism to work with our imports, adds default options to show only errors, and implements an file blacklist mechanism to exclude certain files that make pylint blow up. by mbligh · 16 years ago