summaryrefslogtreecommitdiff
path: root/pylint/test
Commit message (Expand)AuthorAgeFilesLines
* We don't emit by default ``no-member`` if we have opaque inference objects in...Claudiu Popa2017-04-135-2/+10
* Don't emit missing-final-newline or trailing-whitespace for formfeeds. (#1283)vinnyrose2017-04-131-2/+19
* assign-to-new-keyword (#1386)Łukasz Rogalski2017-04-131-0/+34
* Handle keyword-only args annotation variables. Close #1168Claudiu Popa2017-04-122-0/+19
* Handle async block openers for bad-continuation check. Close #1415Claudiu Popa2017-04-122-0/+10
* Fix crash on checking attributes of Unknown object. Closes #1365. (#1382)Derek Gustafson2017-04-061-0/+6
* Python 3.6 invalid escape sequence deprecation fixes (#1396)Ville Skyttä2017-04-023-4/+4
* Add tests to prove that exception is no raised after astroid fixes (#1403)Łukasz Rogalski2017-04-022-0/+17
* Spelling fixes (#1397)Ville Skyttä2017-04-029-11/+11
* docparams now ignores "optional" specifier on parameter docs (#1391)Ashley Whetter2017-03-311-0/+22
* Allow yield in async function for python3.6. Closes #1372. (#1380)Derek Gustafson2017-03-234-1/+17
* Add regression test. Close #1326Claudiu Popa2017-03-121-0/+12
* Add test for #1362Claudiu Popa2017-03-111-0/+22
* Split missing+differing docstring param checks (#1344)John Paraskevopoulos2017-03-111-13/+37
* Add ignored_ and unused_ to unused-* inspections (#1357)Nathaniel Manista2017-03-074-2/+15
* Make cyclic import checker respect local disable clauses (#1286)Łukasz Rogalski2017-03-012-0/+10
* typing.Tuple and typing.NamedTuple false positives: add failing testsŁukasz Rogalski2017-03-011-0/+24
* len-as-condition: fix false positives when len() wasn't used in logical test ...Łukasz Rogalski2017-02-212-0/+20
* Fix typoJakub Wilk2017-02-211-1/+1
* Understand starred expression used in string formatting RHS tuple (#1299)Łukasz Rogalski2017-02-193-0/+25
* Add tests to confirm named tuple inference in astroid is improved (#1323)Łukasz Rogalski2017-02-142-0/+10
* Make tests passŁukasz Rogalski2017-02-141-1/+1
* Add failing test case for missing moduleŁukasz Rogalski2017-02-142-0/+2
* Add flag to allow wildcard imports if module defines __all__Łukasz Rogalski2017-02-143-0/+6
* Do not emit warning on type(self)._private_attribute access (#1288)Łukasz Rogalski2017-02-052-0/+16
* Don't recommend BaseException in the message file. Close #1302Claudiu Popa2017-02-021-12/+12
* Add single-line-class-stmt optionŁukasz Rogalski2017-01-281-33/+64
* Exempt classes with __getattr__ from no-member. This should help #1293Claudiu Popa2017-01-281-2/+15
* Change the message for wrong-import-order. Close #1300Claudiu Popa2017-01-281-5/+5
* Check for using before a global declaration in the same scopeClaudiu Popa2017-01-281-0/+17
* Added a new error, 'used-prior-global-declaration'.Claudiu Popa2017-01-283-0/+25
* Add test case for __init_subclass__. Close #1275Claudiu Popa2017-01-282-0/+18
* Can detect multiple types in docstring type fields (#1294)Ashley Whetter2017-01-271-0/+65
* The protocol checks are emitting their messages when a special method is set ...Claudiu Popa2017-01-264-0/+43
* Add test demonstrating that #940 does not crash any longer. Close #940Claudiu Popa2017-01-221-0/+13
* Add regression for #488. Close #488Claudiu Popa2017-01-211-0/+9
* Objects with the same name as inner attributes are not marked as unused any l...Derek Gustafson2017-01-212-0/+47
* Add various improvements to the spelling checkerPedro Algarvio2017-01-191-12/+87
* Fix not-used-before-assignment false positive (#1266)Łukasz Rogalski2017-01-041-1/+9
* Fix too agressive logging-format-interpolationŁukasz Rogalski2017-01-032-1/+6
* Check if a name is locally assigned when looking for used-before-assignmentŁukasz Rogalski2017-01-032-0/+39
* Respect checks for Python 2 (#1196)Roy Williams2017-01-034-0/+77
* Refactor pytest fixtures. (#1255)Derek Gustafson2017-01-0311-128/+135
* Add tests to show issue does not occur (#1258)Łukasz Rogalski2017-01-031-0/+23
* Allow more powerful regexes for generated-members. Close #1167Claudiu Popa2016-12-312-2/+7
* Add new extension for detecting integer comparisons against zero (#1243)Alexander Todorov2016-12-312-0/+84
* Fix errors introduced by change to arguments-differ (#1252)Derek Gustafson2016-12-311-5/+5
* Change the text of arguments-differ by making it more explicitClaudiu Popa2016-12-301-8/+8
* Take in consideration the dummy-rgx-variable when checking for different para...Claudiu Popa2016-12-301-0/+12
* consider-iterating-dictionary: fix false-negatives (#1251)Łukasz Rogalski2016-12-302-1/+13