aboutsummaryrefslogtreecommitdiffhomepage
path: root/.pylintrc
Commit message (Collapse)AuthorAge
* Fix and enable simplifiable-if-statement lintGravatar Nathaniel Manista2017-02-15
|
* Fix and enable dangerous-default-value lintGravatar Nathaniel Manista2017-02-15
| | | | | The fix is more of an elision and the code in the changed area is reflowed.
* Fix and enable logging-format-interpolation lintGravatar Nathaniel Manista2017-02-15
|
* Added Pylint to sanity testsGravatar Mehrdad Afshari2017-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.