1. cb57463 pylint: add check for missing thrown exceptions by Mike Frysinger · 5 years ago
  2. 0e2cb7a [autotest] change more python shebangs to python2 by Mike Frysinger · 5 years ago
  3. 0e7bd16 utils/run_pylint: Fix for pylint 1.8.2 or newer. by Kazuhiro Inaba · 5 years ago
  4. d214c09 utils/run_pylint: Allow specifying pylint args by Raul E Rangel · 6 years ago
  5. 67d9cfc utils/run_pylint: Return the pylint error code instead of an exception by Raul E Rangel · 6 years ago
  6. fe2138f utils: Remove non-existent module when running run_pylint.py by Tom Hughes · 6 years ago
  7. d35d563 utils: Fix run_pylint.py by Ryo Hashimoto · 6 years ago
  8. 4c275d2 [autotest] Bump astroid package version by Allen Li · 7 years ago
  9. a998067 pylint: stop requiring docstrings on TestCase methods by Prathmesh Prabhu · 7 years ago
  10. 7e10708 run_pylint: Tighten exception capture in main. by Prathmesh Prabhu · 8 years ago
  11. 5dab08c run_pylint: Add site-packages/ to blacklist. by Prathmesh Prabhu · 8 years ago
  12. baabef2 [autotest] Puppy lab testing environment. by Prashanth Balasubramanian · 10 years ago
  13. a528758 Handle pylint change in newer version when handling docstring check. by Dan Shi · 10 years ago
  14. 2d8047e [autotest] In process request/host caching for the rdb. by Prashanth B · 10 years ago
  15. 5e2bb4a [autotest] Scheduler refactor. by beeps · 11 years ago
  16. f9a3651 Autotest: Test health script uses Django models. by Keyar Hood · 11 years ago
  17. e19d303 [autotest] pylint ignores setters, getters and special modules. by beeps · 11 years ago
  18. c38decc [autotest] Pylint shouldn't check ancestors if none exist. by beeps · 11 years ago
  19. 12a3c88 [autotest] Pylint shouldn't fail with empty file paths. by beeps · 11 years ago
  20. 98365d8 [autotest] Pylint checks committed versions of a file. by beeps · 12 years ago
  21. d5fb41b [Autotest] Pylint checks all files if the only change is to remove a file. by beeps · 11 years ago
  22. ae6acd9 Override devserver_up's default timeout to return immediately in au test. by Chris Sosa · 12 years ago
  23. c9224b4 Revert "[autotest] run_pylint now notices uncommitted files." by Prashanth Balasubramanian · 12 years ago
  24. 723877f [autotest] run_pylint now notices uncommitted files. by beeps · 12 years ago
  25. 1b6433b [autotest] Disables docstring checking for private methods and imports. by beeps · 12 years ago
  26. 2c66964 [autotest] Docstring checker for pylint. by beeps · 12 years ago
  27. 5553256 [autotest] Disable 'F' in pylint. by beeps · 12 years ago
  28. 48fc6f5 Enables pylint for .py files in autotest. by beeps · 12 years ago
  29. 40f4744 Revert "Enables pylint for .py files in autotest." by Alex Miller · 12 years ago
  30. 78ece92 Enables pylint for .py files in autotest. by beeps · 12 years ago
  31. 8adf789 Autotest upstream merge. by Dale Curtis · 13 years ago
  32. 861b2d5 Merge remote branch 'cros/upstream' into master by Eric Li · 14 years ago
  33. bdaab79 Revert "Merge remote branch 'cros/upstream' into autotest-rebase" by Kenneth Waters · 14 years ago
  34. 7edb304 Merge remote branch 'cros/upstream' into autotest-rebase by Eric Li · 14 years ago
  35. 2d6decc Disable E1101/E1103 "Instace of ... has no ... member" in run_pylint by lmr · 15 years ago
  36. 31476eb Make run_pylint executable by mbligh · 16 years ago
  37. 65e06b1 heck for pylint and print a more useful error message if it can't be by mbligh · 16 years ago
  38. 94a6493 Fix up the run_pylint script to better understand the autotest_lib.* by jadmanski · 16 years ago
  39. b908303 Moving the pylint running into a utils directory. by jadmanski · 16 years ago[Renamed from run_pylint.py]
  40. 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