third_party.pylibs.pylint.src/doc/whatsnew
mattlbeck 4bf6f03c84 Add a new check arguments-out-of-order
The implementation successfully warns against the most obvious cases
where named variables are supplied to a function that all match a
function's positional argument, but are in the wrong order.

There are some additional corner cases that need to be addresses, such
as call sites that are not typical function calls.

Added additional checking for the presence of `self` arguments when
calling instance attributes.

Refactored the check into its own function so that we can bail out
cleanly with a return if needed.

Close #2975
2019-08-16 17:31:22 +02:00
..
1.6.rst
1.7.rst
1.8.rst
1.9.rst
2.1.rst
2.2.rst
2.3.rst
2.4.rst Add a new check arguments-out-of-order 2019-08-16 17:31:22 +02:00
2.0.rst
changelog.rst
index.rst