summaryrefslogtreecommitdiff
path: root/pylint/test/unittest_checker_format.py
Commit message (Collapse)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
| | | | | | Allow messages to be disabled that occur in ``file_state._msgs_state`` after the end of the ast (but not of the tokens) Close #2278
* Fix format checker inconsistency for start of first line (#2312)Bryce Guinta2018-07-191-0/+14
| | | | | | The format checker was ignoring block opener tokens on the first line because the encoding token is the always the first value of the first line. Close #2281
* Update copyright noticesClaudiu Popa2018-07-151-0/+3
|
* Acknowledge that ellipses are allowed in typing annotations (#2236)Bryce Guinta2018-07-021-0/+7
| | | Prevents false-positive bad-whitespace message
* pyupgrade (#2136)Anthony Sottile2018-05-221-1/+1
|
* Fix bad-whitespace false-positive in default function arguments which have ↵Bryce Guinta2018-01-231-0/+3
| | | | annotations
* 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
| | | Closes #1420
* Fix superfluous-parens false positive for logical statements involving `in` ↵Łukasz Rogalski2017-09-141-0/+10
| | | | | | operator (#1634) Closes #574
* 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
| | | | | | | | Don't emit missing-final-newline or trailing-whitespace for formfeeds. Keep the builtin str.splitlines but check for the superset characters and recombine them later. Close #1218. Close #1219
* 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
| | | | | | | | | Require spaces around default value assignment with type hints, such as in the following example: Example: def my_function(variable: str = ''): # this should not emit bad-whitespace print(variable)
* 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
| | | | | This was changed automatically in #894, but apparently we need to have the copyright notice somewhere.
* 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