summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-1640-2/+41
* Add typing to ``filepath`` (#4980)Daniël van Noord2021-09-1610-41/+47
* Move PyreverseConfig to pylint.testutil (#5013)Pierre Sassoulas2021-09-153-47/+4
* Add typing to all calls to ``self.stats`` (#4973)Daniël van Noord2021-09-153-6/+10
* Fix PyreverseConfig imports in pyreverse's testsPierre Sassoulas2021-09-152-2/+2
* Add functional test demonstrating #4370Dimitri Prybysh2021-09-142-0/+18
* Fix deprecation warning for AssignAttr in tests (#5006)Pierre Sassoulas2021-09-141-9/+6
* Fix false positive ``unused-private-member`` for accessing attributes in a cl...yushao22021-09-142-3/+22
* Make consider-iterating-dictionary consider membership check (#4997)Daniël van Noord2021-09-142-16/+49
* Pylint reporter cleanup (#5003)Pierre Sassoulas2021-09-141-1/+1
* Add tests for dataclasses (#4967)Daniël van Noord2021-09-142-2/+9
* Fix false negative for use-symbolic-messagePierre Sassoulas2021-09-142-14/+15
* Fix bad node given to a message and false positive invalide format for ``__al...Pierre Sassoulas2021-09-133-1/+15
* Type ``process_module`` and update argument namesDaniël van Noord2021-09-132-6/+7
* Make ``global-variable-not-assigned`` check local scope (#4990)Daniël van Noord2021-09-114-11/+51
* Fix no-self-use and docparams extension for async functions/methods (#4986)SupImDos2021-09-115-8/+56
* fix false positive W0238 with private staticmethod used from classmethod (#4949)Kayran Schmidt2021-09-072-2/+21
* Make ``min-similarity-lines == 0`` stop similarity check (#4970)Daniël van Noord2021-09-071-0/+8
* Add additional test case - consider-using-assignment-expr (#4975)Marc Mueller2021-09-061-1/+12
* Extend consider-using-in for attribute accessMarc Mueller2021-09-052-1/+9
* Remove test dependency mypy-extensions (#4969)Marc Mueller2021-09-051-1/+6
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-0464-764/+955
* Moved ``consider-using-f-string`` to `RecommendationChecker` (#4957)Daniël van Noord2021-09-031-30/+30
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-035-8/+8
* Add test to ``superfluous-parens``Daniël van Noord2021-09-021-2/+5
* Fix false positive ``superfluous-parens`` for tuplesDaniël van Noord2021-09-013-23/+31
* Fix the raising-bad-type warning for stringPierre Sassoulas2021-09-012-0/+6
* Extend ``unspecified-encoding`` checkerDaniël van Noord2021-09-012-15/+40
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-0156-1308/+57
* Fix false positive `dict-iter-missing-items` for tuple keys (#4939)Daniël van Noord2021-08-312-1/+4
* Fix false positive ``protected-access`` in typing (#4937)Daniël van Noord2021-08-313-0/+34
* Fix false positive for `function-redefined` for simple type annotationsDaniël van Noord2021-08-312-7/+15
* Emit a correct invalid-name message when using multi-naming style. (#4924)Yilei "Dolee" Yang2021-08-304-4/+28
* Add regression tests for PyCQA/astroid#1151David Liu2021-08-302-1/+54
* Add regression test for false positive on collections.abcPierre Sassoulas2021-08-302-0/+17
* Add a regression tests for dataclasses with fieldsPierre Sassoulas2021-08-303-0/+35
* Add `use-set-for-membership` check (#4841)Marc Mueller2021-08-303-0/+53
* Add `consider-using-assignment-expr` to `CodeStyleChecker` (#4876)Marc Mueller2021-08-303-0/+172
* Fix typo in assigment_from_no_return functional testsPierre Sassoulas2021-08-302-0/+0
* Remove async test for python 3.5 or lesserPierre Sassoulas2021-08-306-22/+8
* Remove functional test configuration for python version <=3.6.0Pierre Sassoulas2021-08-30109-147/+10
* Merge abstract_class_instantiated in the same filePierre Sassoulas2021-08-307-29/+21
* Implement basic control flow checks for ``consider-using-with`` (#4929)Andreas Finkler2021-08-302-6/+98
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-3035-116/+225
* Fix a crash from astroid.InferenceError raised on copy.copyPierre Sassoulas2021-08-211-0/+16
* Migrate from ``appdirs`` to ``platformdirs`` (#4887)Pierre Sassoulas2021-08-211-2/+2
* Bump pylint to 2.10.2-dev0, update changelogAshley Whetter2021-08-202-0/+2
* Bump pylint to 2.10.1, update changelogv2.10.1Ashley Whetter2021-08-202-0/+2
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-2015-6/+22
* Add a test for false positive no-member in subclassed dataclassesPierre Sassoulas2021-08-202-0/+50