aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
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
-------