aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-01-26 18:37:09 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-01-26 18:37:09 +0300
commit578143aecf3916739a043ed30f411765113f418b (patch)
tree03dc60423d349e64275183a0a20253ccdc5fa825 /README.md
parentrefactoring (diff)
downloadvk-scripts-578143aecf3916739a043ed30f411765113f418b.tar.gz
vk-scripts-578143aecf3916739a043ed30f411765113f418b.zip
README update
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 2 insertions, 12 deletions
diff --git a/README.md b/README.md
index 5e8d232..b64cd35 100644
--- a/README.md
+++ b/README.md
@@ -51,22 +51,12 @@ Development
### Linting
Requires [PyLint].
-To lint everything, run from the top-level directory (notice that you need to
-set the `PYTHONPATH` environment variable to lint the scripts; Windows syntax
-is used below):
+To lint everything, run from the top-level directory:
> pylint vk
...
- > set PYTHONPATH=%CD%
-
- > pylint bin\mutual_friends.py
- ...
-
- > pylint bin\online_sessions.py
- ...
-
- > pylint bin\track_status.py
+ > pylint bin
...
[PyLint]: https://www.pylint.org/