Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Change notes on suppressions | Mehrdad Afshari | 2018-06-08 |
| | |||
* | Disable additional pylint warnings due to upgrade | Mehrdad Afshari | 2018-06-07 |
| | |||
* | gRPC Python test infrastructure | Nathaniel Manista | 2017-08-03 |
| | | | | (The channel-related second part of it.) | ||
* | gRPC Python test infrastructure | Nathaniel Manista | 2017-07-25 |
| | | | | (The time-related first part of it, anyway.) | ||
* | Clean up and opinionate .pylintrc | Nathaniel Manista | 2017-06-24 |
| | |||
* | Enable wrong-import-order lint | Nathaniel Manista | 2017-06-24 |
| | |||
* | Enable redefined-variable-type lint | Nathaniel Manista | 2017-06-24 |
| | |||
* | Enable next-method-called lint | Nathaniel Manista | 2017-06-24 |
| | |||
* | Enable unused-argument lint | Nathaniel Manista | 2017-03-03 |
| | |||
* | Enable too-many-return-statements lint | Nathaniel Manista | 2017-03-03 |
| | |||
* | Suppress and enable too-many-locals lint | Nathaniel Manista | 2017-03-03 |
| | |||
* | Configure and enable too-many-arguments lint | Nathaniel Manista | 2017-03-03 |
| | |||
* | Fix and enable super-init-not-called lint | Nathaniel Manista | 2017-03-03 |
| | |||
* | Enable suppressed-message lint | Nathaniel Manista | 2017-03-03 |
| | |||
* | Fix and enable redefined-outer-name lint | Nathaniel Manista | 2017-03-03 |
| | |||
* | Work toward enabling cyclic-import lint | Nathaniel Manista | 2017-03-02 |
| | |||
* | Selectively suppress and enable broad-except lint | Nathaniel Manista | 2017-03-02 |
| | |||
* | Control and enable fixme lint | Nathaniel Manista | 2017-03-02 |
| | |||
* | Fix and enable no-value-for-parameter lint | Nathaniel Manista | 2017-03-02 |
| | |||
* | Fix and enable unused-variable lint | Nathaniel Manista | 2017-03-02 |
| | | | | | | | | | | In _server.py start_server_batch_result is removed because start_server_batch can only ever fail as a result of a programming defect in gRPC Python and not the application. This differs from some analogous-appearing points in _channel.py where the result of start_client_batch is checked because at those points it is possible for a failure to indicate a programming defect on the part of the application. | ||
* | Fix and enable unused-import lint | Nathaniel Manista | 2017-03-02 |
| | |||
* | Fix and enable no-self-use lint | Nathaniel Manista | 2017-03-02 |
| | |||
* | Fix and enable no-member lint | Nathaniel Manista | 2017-02-22 |
| | |||
* | Fix and enable simplifiable-if-statement lint | Nathaniel Manista | 2017-02-15 |
| | |||
* | Fix and enable dangerous-default-value lint | Nathaniel Manista | 2017-02-15 |
| | | | | | The fix is more of an elision and the code in the changed area is reflowed. | ||
* | Fix and enable logging-format-interpolation lint | Nathaniel Manista | 2017-02-15 |
| | |||
* | 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. |