summaryrefslogtreecommitdiff
path: root/pylint/checkers/logging.py
Commit message (Expand)AuthorAgeFilesLines
* Enable for_any_all check (#5206)Nick Drozd2021-10-251-12/+3
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-0/+1
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-031-14/+12
* Add cached infer_all helper functionMarc Mueller2021-08-191-15/+12
* Use alias for astroid.nodes 02 (#4863)Marc Mueller2021-08-181-12/+13
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Bump pylint to 2.9.0-dev1, update changelogPierre Sassoulas2021-06-171-0/+1
* Update name for consider-using-namedtuple to include dataclass (#4536)Marc Mueller2021-06-021-1/+1
* Add new checker consider-using-namedtuple (#4517)Marc Mueller2021-05-311-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-1/+1
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Update formatting following black and isort updatePierre Sassoulas2020-09-101-1/+3
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-2/+9
* Replace logging-format-formatting with the valid logging-format-interpolationClaudiu Popa2020-04-271-1/+1
* Brought back logging-fstring-interpolationAshley Whetter2020-04-271-40/+62
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-2/+1
* Do not emit `logging-too-many-args` when `logging-format-interpolation` is em...Claudiu Popa2020-02-111-0/+1
* [formating] Bump black and isortDjailla2019-11-181-3/+5
* Allow f-strings as a valid logging string formatting choiceAshley Whetter2019-09-101-21/+30
* Allow bytes to be interpreted correctly for logging-too-many-args checkClaudiu Popa2019-05-301-0/+3
* Protect against non-Const nodes in is_complex_format_strClaudiu Popa2019-05-221-6/+5
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-3/+1
* Fixes for linting of new style logging format. (#2713)Svet2019-02-131-5/+9
* Change the ``logging-format-style`` to use name identifier instead of their c...Claudiu Popa2018-11-281-6/+7
* New option: logging-format-style for logging checker (#2521)Alan Chan2018-10-041-7/+26
* Reformat the code with blackClaudiu Popa2018-09-171-88/+128
* Drop the .keys() call, can unpack dictionaries without itClaudiu Popa2018-09-051-1/+1
* Added checker for format string type mismatches.Yury Gribov2018-09-041-1/+1
* Improve the help message for logging-fstring-interpolation. Close #2354Claudiu Popa2018-07-311-3/+1
* Update copyright noticesClaudiu Popa2018-07-151-1/+3
* standardize help strings a bit (#2207)Mike Frysinger2018-06-201-6/+6
* `logging-not-lazy` is emitted whenever pylint infers that a string is built w...Claudiu Popa2018-06-181-3/+8
* Adapt pylint to work with the new typed_ast based astroidClaudiu Popa2018-05-231-1/+1
* Add a new check: `logging-fstring-interpolation`.Mariatta Wijaya2018-05-151-1/+12
* `logging-format-interpolation` also emits when f-strings are used instead of ...Claudiu Popa2018-04-051-0/+2
* Don't crash on invalid strings when checking for `logging-format-interpolation`Claudiu Popa2018-03-161-1/+6
* Rip some of the six imports from the codebaseClaudiu Popa2018-01-251-4/+2
* Regenerate copyright noticesClaudiu Popa2017-12-151-1/+9
* logging-not-lazy is emitted when the addition sign is used as wellguillaume22017-07-231-2/+13
* Remove mentions of deprecated astroid node names (#1485)Łukasz Rogalski2017-05-221-2/+2
* Add change log entries, fix style issuesŁukasz Rogalski2017-01-031-3/+4
* Fix too agressive logging-format-interpolationŁukasz Rogalski2017-01-031-14/+31
* Fix description of E1205Chris Murray2016-10-181-1/+1
* Fix description of E1205 & E1206Chris Murray2016-10-181-2/+2
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-1/+4
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+1
* Fixed our docstring lint errorsAshley Whetter2016-06-251-5/+6
* Document some missing types and improve the indentation.Claudiu Popa2016-06-231-4/+4
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-13/+3