From 3de1fcd829020d837ea0109c1c61ee42c1ad209d Mon Sep 17 00:00:00 2001 From: Nicolas Papernot Date: Fri, 19 Jul 2019 13:40:45 -0700 Subject: [PATCH] add pylint to README PiperOrigin-RevId: 259029555 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6fd80a3..5720801 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,10 @@ GitHub pull requests. To speed the code review process, we ask that: your pull requests. In most cases this can be done by running `autopep8 -i --indent-size 2 ` on the files you have edited. +* You should also check your code with pylint and TensorFlow's pylint + [configuration file](https://raw.githubusercontent.com/tensorflow/tensorflow/master/tensorflow/tools/ci_build/pylintrc) + by running `pylint --rcfile=/path/to/the/tf/rcfile `. + * When making your first pull request, you [sign the Google CLA](https://cla.developers.google.com/clas)