summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorssolanki <sushobhitsolanki@gmail.com>2018-08-12 14:56:12 +0530
committerClaudiu Popa <pcmanticore@gmail.com>2018-08-15 14:35:12 -0400
commit3176bbbb6af1f31a6b0408376ceaf07752d9533e (patch)
tree266c2b4a8c4c1a5212c791c0683f742c7372e6c6 /doc
parent41d47dd024a3fe6a1c67ebf32c8dc6ee24a44f66 (diff)
downloadpylint-git-3176bbbb6af1f31a6b0408376ceaf07752d9533e.tar.gz
Ignore import x.y.z as z cases for checker
`useless-import-alias`
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/2.2.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/whatsnew/2.2.rst b/doc/whatsnew/2.2.rst
index 0bee26cba..46e7ac001 100644
--- a/doc/whatsnew/2.2.rst
+++ b/doc/whatsnew/2.2.rst
@@ -16,6 +16,8 @@ New checkers
Other Changes
=============
+* Ignore import x.y.z as z cases for checker `useless-import-alias`.
+
* `unnecessary-pass` is now also emitted when a function or class contains only docstring and pass statement,
in which case, docstring is enough for empty definition.