summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNatalie Serebryakova <natalie.serebryakova@Natalies-MacBook-Pro.local>2018-05-16 00:41:24 -0400
committerClaudiu Popa <pcmanticore@gmail.com>2018-08-15 20:17:59 +0200
commit41d47dd024a3fe6a1c67ebf32c8dc6ee24a44f66 (patch)
tree2e0939ad2488039a0665199b2ef785dbb829bd3b /README.rst
parent29cacf3c5a09f08aa91dfd7d45f508088ce9317b (diff)
downloadpylint-git-41d47dd024a3fe6a1c67ebf32c8dc6ee24a44f66.tar.gz
Remove a couple of Python 2 specific checks
The Removed Python 2 specific checks are: deprecated-lambda, nonstandard-exception, lowercase-l-suffix, slots-on-old-class, super-on-old-class, property-on-old-class, old-style-class. Close #1896
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 4f58761be..9b222b3cf 100644
--- a/README.rst
+++ b/README.rst
@@ -79,5 +79,3 @@ Pylint is shipped with following additional commands:
* pyreverse: an UML diagram generator
* symilar: an independent similarities checker
* epylint: Emacs and Flymake compatible Pylint
-
-