summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2/2.15/index.rst
blob: 0a33895f62c1775087201bedad2a01cce4a4ed1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
***************************
 What's New in Pylint 2.15
***************************

.. toctree::
   :maxdepth: 2

:Release: 2.15
:Date: TBA

Summary -- Release highlights
=============================

In pylint 2.15.0, we added a new check ``missing-timeout`` to warn of
default timeout values that could cause a program to be hanging indefinitely.

>e improved ``pylint``'s handling of namespace packages. More packages should
be linted without resorting to using the ``-recursive=y`` option.

.. towncrier release notes start