summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* pass if score equals fail_underchohner2021-04-071-1/+1
* Fix false-positive used-before-assignment in function returnsMarc Mueller2021-04-072-13/+19
* Bug pylint 4122 (#4304)hippo912021-04-072-0/+53
* Use prescriptve description for unidiomatic-typecheckDudeNr332021-04-061-14/+14
* Fix test failing if setup.py is not a launchable scriptPierre Sassoulas2021-04-051-3/+6
* Remove implicit concat in str shortened enough by blackPierre Sassoulas2021-04-041-3/+1
* Command without the equal for WindowsPierre Sassoulas2021-04-031-1/+1
* Add a test for epylint for issue 4286Pierre Sassoulas2021-04-031-0/+61
* Fix paths under windows with better path creationPierre Sassoulas2021-04-031-4/+4
* Add very basic tests for expand modulesPierre Sassoulas2021-04-032-1/+64
* Move utils.expand_module in its own file in lintPierre Sassoulas2021-04-032-13/+19
* Apply const-naming-style to module const annotated with FinalMarc Mueller2021-04-035-0/+9
* Allow protected-access in class methods (#4267)James Sinclair2021-04-012-0/+119
* Fix class constant namingMarc Mueller2021-04-018-4/+41
* Add functional tests for issue #4273Pierre Sassoulas2021-04-012-44/+67
* Reactivate test that was removed waiting for an astroid mergePierre Sassoulas2021-04-011-4/+2
* Skip test_missing_graphviz if graphviz is installed (#4270)Pierre Sassoulas2021-03-301-0/+4
* Fix disabled warning not ignored (#4268)pylint-2.7.4Pierre Sassoulas2021-03-302-0/+10
* Fix issue with annotated class constants (#4266)Marc Mueller2021-03-302-18/+22
* Prepare 2.7.3 release (#4261)pylint-2.7.32.7Pierre Sassoulas2021-03-295-0/+5
* Fix various problems with --import-graph filename parsing (#4259)Andrew Howe2021-03-291-3/+15
* Fix regession with sys.path filter (2)Marc Mueller2021-03-281-1/+4
* Fix regression with sys.path filter (#4258)Marc Mueller2021-03-281-25/+126
* Fix false-positive for unused-import on class keyword argumentsMarc Mueller2021-03-281-0/+38
* Import astroid with import x or from x import y but not bothPierre Sassoulas2021-03-281-3/+4
* Use value.qname() to check if class is subscriptable PEP585Marc Mueller2021-03-274-2/+36
* Improve handling of assignment expressionsMarc Mueller2021-03-262-3/+25
* Only print verbose logs if pytest -vMarc Mueller2021-03-261-3/+3
* Fix column index of FIXME warnings (#4246)Konstantina Saketou2021-03-252-9/+9
* Fix private method hidden by ancestor class attribute (#4177)tiagohonorato2021-03-211-0/+30
* Move deprecated module checker to DeprecatedMixin (#4225)Matus Valo2021-03-171-0/+37
* Remove txt file during update for functional test without outputPierre Sassoulas2021-03-1710-18/+5
* Merge the two tests for use-symbolic-message-insteadPierre Sassoulas2021-03-175-36/+31
* Fix existing 'use-symbolic-message-instead'Pierre Sassoulas2021-03-175-7/+4
* Fix false negative 'use-symbolic-message-instead' and optimize itPierre Sassoulas2021-03-1719-25/+60
* Cleanup unwanted 'use-symbolic-message-instead' in functional testsPierre Sassoulas2021-03-1712-14/+10
* Enable use-symbolic-message-instead in functional testsPierre Sassoulas2021-03-1758-66/+75
* Rename func_w0233 to non_init_parent_calledPierre Sassoulas2021-03-173-11/+11
* Remove disabling of all I message in functional testsPierre Sassoulas2021-03-172-1/+2
* Migrate func_w406.py to new functional testsPierre Sassoulas2021-03-144-4/+4
* Migrate func_first_arg.py to new functional testsPierre Sassoulas2021-03-145-52/+54
* Move file so there is less files in functional/sPierre Sassoulas2021-03-1410-0/+0
* Migrate func_w0613.py to new functional testsPierre Sassoulas2021-03-145-49/+48
* Migrate func_w0405.py to new functional testsPierre Sassoulas2021-03-145-11/+11
* Migrate func_w0611.py to new functional testsPierre Sassoulas2021-03-145-27/+26
* Migrate func_dotted_ancestor.py to new functional testsPierre Sassoulas2021-03-147-16/+16
* Migrate func_e12xx.py to new functional testsPierre Sassoulas2021-03-144-13/+13
* Migrate nonregr___file___global.py to new functional testsPierre Sassoulas2021-03-143-3/+3
* Migrate func_no_dummy_redefined.py to new functional testsPierre Sassoulas2021-03-143-4/+4
* Migrate func_module___dict__.py to new functional testsPierre Sassoulas2021-03-143-2/+2