summaryrefslogtreecommitdiff
path: root/pylint/test/unittest_checker_format.py
Commit message (Expand)AuthorAgeFilesLines
* Stopped installing tests with packageAshley Whetter2019-06-201-522/+0
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-6/+3
* Reformat the code with blackClaudiu Popa2018-09-171-166/+277
* Fix not being able to disable certain messages on the last line (#2342)Bryce Guinta2018-07-241-0/+31
* Fix format checker inconsistency for start of first line (#2312)Bryce Guinta2018-07-191-0/+14
* Update copyright noticesClaudiu Popa2018-07-151-0/+3
* Acknowledge that ellipses are allowed in typing annotations (#2236)Bryce Guinta2018-07-021-0/+7
* pyupgrade (#2136)Anthony Sottile2018-05-221-1/+1
* Fix bad-whitespace false-positive in default function arguments which have an...Bryce Guinta2018-01-231-0/+3
* Regenerate copyright noticesClaudiu Popa2017-12-151-1/+12
* Do not emit keyword as unicode string in superfluous-parens message Krzysztof Czapla2017-09-271-0/+10
* Fix superfluous-parens false positive for logical statements involving `in` o...Łukasz Rogalski2017-09-141-0/+10
* Make functions and classes from testutils private. Close #1438Claudiu Popa2017-07-081-41/+41
* bad-whitespace checking around dotted type hint (#1430)James M. Allen2017-04-271-0/+1
* Don't emit missing-final-newline or trailing-whitespace for formfeeds. (#1283)vinnyrose2017-04-131-2/+19
* Add single-line-class-stmt optionŁukasz Rogalski2017-01-281-33/+64
* Omit convention warnings on assignment with type hints (#1229)Petr Pulc2016-12-271-0/+28
* Remove pytest.main calls.Derek Gustafson2016-12-071-6/+0
* Reduce dependency on unittestDerek Gustafson2016-12-061-5/+6
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+5
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Use astroid.extract_node instead of test_utils.extract_nodeClaudiu Popa2016-06-291-4/+3
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-17/+4
* add a no-space-check option for empty linesHarut2015-07-251-3/+10
* Cleanup some tests.Claudiu Popa2015-07-131-0/+1
* Update pylint to use the new astroid.parse, not testutils.build_module.Claudiu Popa2015-07-131-1/+2
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+253