Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Prevent early exit on one pylint failure | Mehrdad Afshari | 2018-06-07 |
| | |||
* | Bump pylint to pylint-1.9.2 | Mehrdad Afshari | 2018-06-07 |
| | |||
* | Bump pip version to 10.0.1 | Mehrdad Afshari | 2018-04-19 |
| | |||
* | Run pylint on Python test code | Mehrdad Afshari | 2018-04-18 |
| | | | | | | | | | | | | | | | | | The test modules were not under pylint jurisdiction, and actual bugs have been found in tests that would have been prevented had we run static analysis on the test code as we do on the core modules. This is the first step to enable pylint on tests. Due to numerous warnings since the code is not ready and needs refactoring, a new `.pylintrc` specific to tests is added that suppresses a number of valid warnings. The goal is stepwise elimination of each class of warning while refactoring the code such that it will not emit any warnings in future commits, always keeping the sanity checks passing and keeping the disruption minimal. | ||
* | Update pip pin from 9.0.1 to 9.0.2 | Matt Kwong | 2018-04-06 |
| | |||
* | Pin pip at 9.0.1 | Nathaniel Manista | 2017-09-28 |
| | |||
* | gRPC Python test infrastructure | Nathaniel Manista | 2017-07-25 |
| | | | | (The time-related first part of it, anyway.) | ||
* | Always use an upgraded pip when running pylint | Nathaniel Manista | 2017-06-24 |
| | |||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | Expand pylint to grpc_health and grpc_reflection | Mehrdad Afshari | 2017-06-01 |
| | |||
* | Added Pylint to sanity tests | Mehrdad Afshari | 2017-02-13 |
Pylint is only enabled for "grpcio/grpc" package, and various specific checks that currently fail are disabled, each with a respective TODO item in the .pylintrc file. |