diff options
| author | ethan-leba <ethanleba5@gmail.com> | 2020-05-16 14:34:12 -0400 |
|---|---|---|
| committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2020-08-31 21:16:25 +0200 |
| commit | 5b6844186f94e5fb4bdc63badbbf49b354912bfd (patch) | |
| tree | 098dee527d13c3b700f5dd8485552ff72d8c38ac /ChangeLog | |
| parent | 5c84f0dafe79ca1631f70cf8355a5ccc7f9ed232 (diff) | |
| download | pylint-git-5b6844186f94e5fb4bdc63badbbf49b354912bfd.tar.gz | |
Add simplifiable-condition and condition-evals-to-constant to the refactoring checker
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -58,6 +58,11 @@ Release date: 2020-08-20 * Add check for bool function to `len-as-condition` +* Add `simplifiable-condition` check for extraneous constants in conditionals using and/or. + +* Add `condition-evals-to-constant` check for conditionals using and/or that evaluate to a constant. + + Close #3407 What's New in Pylint 2.5.4? =========================== |
