aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-10-10 10:12:01 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-10-10 10:12:01 +0300
commit129cc8e6e916533ff51a5d65721cf904542a1c27 (patch)
tree67c85c362b756ffcc46f509b299319959c1ff2fa /README.md
parentfix licensing notices (diff)
downloadvk-scripts-129cc8e6e916533ff51a5d65721cf904542a1c27.tar.gz
vk-scripts-129cc8e6e916533ff51a5d65721cf904542a1c27.zip
fix Pylint warnings
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md
index 617c5ad..4456c0e 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,30 @@ online.
[track_status.py]: docs/track_status.md
[online_sessions.py]: docs/online_sessions.md
+Linting
+-------
+
+Requires [PyLint].
+
+ > cd
+ D:\workspace\personal\vk-scripts
+
+ > pylint vk
+ ...
+
+ > set PYTHONPATH=%CD%
+
+ > pylint bin\mutual_friends.py
+ ...
+
+ > pylint bin\online_sessions.py
+ ...
+
+ > pylint bin\track_status.py
+ ...
+
+[PyLint]: https://www.pylint.org/
+
License
-------