summaryrefslogtreecommitdiff
path: root/pylint/checkers/logging.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix new import related errors in pylint's codebase.Claudiu Popa2015-11-251-1/+2
* Import has_known_bases and safe_infer back into pylint from astroid, until th...Claudiu Popa2015-11-201-2/+1
* Use the new node names for the visit and leave methodsClaudiu Popa2015-08-261-2/+2
* Update pylint to use the new astroid AST names and methodsClaudiu Popa2015-08-251-4/+4
* Use safe_infer and has_known_bases from astroid.helpers. Closes issue #593.Claudiu Popa2015-07-061-1/+3
* `but` from logging-format-interpolation is changed to `and`Claudiu Popa2015-05-251-1/+1
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+256