summaryrefslogtreecommitdiff
path: root/test/functional/string_formatting.py
Commit message (Expand)AuthorAgeFilesLines
* Fix a false positive with 'too-many-format-args', when the format string cont...cpopa2014-08-271-0/+8
* Fix a false positive with 'too-few-format-args', when the format strings cont...cpopa2014-08-111-0/+5
* Properly handle nested format string fields. Closes issue #294.cpopa2014-08-041-0/+10
* Analyze only strings by the string format checker. Closes issue #287.cpopa2014-07-311-0/+11
* Handle 'too-few-format-args' or 'too-many-format-args' for format strings wit...cpopa2014-07-311-0/+95