From 8f45b5e78be5918d0ba79409e059e592051ed042 Mon Sep 17 00:00:00 2001 From: James Kasten Date: Sun, 14 Dec 2014 02:59:29 -0800 Subject: [PATCH] Update single file pylint check in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 109da63de..d3cd50db8 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ style](#coding-style)**. The following tools are there to help you: - `./venv/bin/tox -e cover` checks the test coverage only. - `./venv/bin/tox -e lint` checks the style of the whole project, - while `./venv/bin/pylint file` will check a single `file` only. + while `./venv/bin/pylint --rcfile=.pylintrc file` will check a single `file` only. ### Coding style