diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2020-05-03 10:00:28 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2020-05-03 10:38:06 +0200 |
commit | 0a7a4d4aadcf409be9a3dfb5b60fd6297034a5d2 (patch) | |
tree | 1df8c5e3c574316973f35affe86f0ba062830e01 /doc | |
parent | 28a5c2e417ebdf239712859c9f699d602411233b (diff) | |
download | pylint-git-0a7a4d4aadcf409be9a3dfb5b60fd6297034a5d2.tar.gz |
Remove the space_check option and its code
Diffstat (limited to 'doc')
-rw-r--r-- | doc/whatsnew/2.6.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/whatsnew/2.6.rst b/doc/whatsnew/2.6.rst index 6d6828718..10f6f455f 100644 --- a/doc/whatsnew/2.6.rst +++ b/doc/whatsnew/2.6.rst @@ -16,4 +16,6 @@ New checkers Other Changes ============= -* `bad-continuation` and `bad-whitespace` have been removed, `black` or another formatter can help you with this better than Pylint +* `bad-continuation` and `bad-whitespace` have been removed. `black` or another formatter can help you with this better than Pylint + +* The `no-space-check` option has been removed, it's no longer possible to consider empty line like a `trailing-whitespace` by using clever options. |