summaryrefslogtreecommitdiff
path: root/tests/checkers
Commit message (Expand)AuthorAgeFilesLines
* Rename `len-as-condition` to `use-implicit-booleaness-not-len` (#5132)Jaehoon Hwang2021-10-101-5/+5
* Add guard helper functions from astroid (#5122)Marc Mueller2021-10-071-14/+73
* Rename ``pylint.testutils.TestMessage`` to ``MessageTest`` (#5051)Daniël van Noord2021-09-2013-160/+160
* Rename `pylint.testutil.Message` to `pylint.testutil.TestMessage` (#5043)Daniël van Noord2021-09-1813-158/+220
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-1613-1/+14
* Add typing to ``filepath`` (#4980)Daniël van Noord2021-09-161-1/+1
* Fix deprecation warning for AssignAttr in tests (#5006)Pierre Sassoulas2021-09-141-9/+6
* Make ``min-similarity-lines == 0`` stop similarity check (#4970)Daniël van Noord2021-09-071-0/+8
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-0416-212/+256
* Fix false positive ``superfluous-parens`` for tuplesDaniël van Noord2021-09-011-5/+0
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-011-1178/+0
* Emit a correct invalid-name message when using multi-naming style. (#4924)Yilei "Dolee" Yang2021-08-301-4/+12
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-302-40/+32
* Bump pylint to 2.10.2-dev0, update changelogAshley Whetter2021-08-201-0/+1
* Bump pylint to 2.10.1, update changelogv2.10.1Ashley Whetter2021-08-201-0/+1
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-204-3/+5
* Improve invalid-metaclass error message for InstancesDavid Liu2021-08-191-0/+4
* Use alias for astroid.nodes 04 (#4869)Marc Mueller2021-08-191-2/+3
* [duplicate-code] Parse functions and class methods recursively when gathering...Maksym Humetskyi2021-08-171-0/+62
* [duplicate-code] Ignore decorators lines by similarities checker when ignore ...Maksym Humetskyi2021-08-141-4/+14
* Fix false positives for ``superfluous-parens`` (#4784)Daniël van Noord2021-08-031-16/+19
* Add ignored-parents option to design checker (#4758)Rebecca Turner2021-07-281-0/+41
* Performance improvment of the Similarity checker (#4565)hippo912021-07-281-51/+26
* Add unspecified-encoding checker #3826 (#4753)Daniël van Noord2021-07-281-1/+1
* Bump pylint to 2.9.4, update changelogv2.9.4Pierre Sassoulas2021-07-201-0/+1
* Use absolute import qualified module name for deprecated module check (#4678)Matus Valo2021-07-061-1/+1
* [duplicate-code] Fix ignored empty functions by similarities checker with ign...Maksym Humetskyi2021-07-051-0/+40
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-0114-1/+14
* [duplicate-code] Remove trailing whitespaces in similarity reportPierre Sassoulas2021-07-011-1/+1
* [duplicate-code] Fix crash when analysing empty function with docstringPierre Sassoulas2021-07-011-5/+8
* Fix copyright links (#4647)Marc Mueller2021-07-0116-16/+16
* Bump pylint to 2.9.0, update changelog, add python 3.10 to package metav2.9.0Pierre Sassoulas2021-06-291-0/+1
* Fix a syntax error in unittest_deprecated.py test codePierre Sassoulas2021-06-291-1/+1
* Added support for deprecated method aliasMatus Valo2021-06-291-0/+25
* VariableChecker now accounts for attribute lookups in type comments (#4604)Sergei Lebedev2021-06-271-0/+20
* Bump pylint to 2.9.0-dev1, update changelogPierre Sassoulas2021-06-173-0/+3
* Fix existing codeMarc Mueller2021-06-101-2/+2
* Added deprecated decorators check (#4513)Matus Valo2021-05-271-0/+53
* Implemented ``unused-private-member`` checker (#4504)yushao22021-05-251-0/+24
* Add ignore_signatures to similarity checker (#4474)Aditya Gupta2021-05-171-0/+41
* Add Deprecated Class unittests (#4448)Matus Valo2021-05-081-0/+55
* Add support for checking deprecated class arguments. (#4425)Matus Valo2021-05-011-0/+24
* Update copyrite noticev2.8.2Pierre Sassoulas2021-04-261-0/+1
* Changes after black updateMarc Mueller2021-04-261-2/+2
* Prepare for 2.8.0 releasepylint-2.8.0Pierre Sassoulas2021-04-243-1/+3
* Enhancement #3413 ``consider-using-with`` (#4372)DudeNr332021-04-231-1/+3
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-1116-16/+16
* fixing comments to break into multiple linesEli Fine2021-04-101-5/+11
* obtaining list of comment directives to ignore from pylintrcEli Fine2021-04-101-0/+21
* skipping spellcheck for code flanked in backticksEli Fine2021-04-101-32/+40