summaryrefslogtreecommitdiff
path: root/pylint/checkers/similar.py
Commit message (Expand)AuthorAgeFilesLines
* Activate and fix existing use-set-for-membership checks (#5379)Pierre Sassoulas2021-11-251-6/+6
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-0/+1
* Fix typo in pylintrc for useless-suppression (#5303)Daniël van Noord2021-11-231-1/+0
* Add error codes to all ``type: ignore`` (#5329)Daniël van Noord2021-11-171-1/+1
* Remove unwanted non-breaking whitespaces in comment (#5256)Pierre Sassoulas2021-11-041-1/+1
* Refactor ``LinterStats`` (#5074)Daniël van Noord2021-10-071-15/+9
* Spelling and grammar fixesVille Skyttä2021-09-171-2/+2
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-1/+1
* Add typing to all calls to ``self.stats`` (#4973)Daniël van Noord2021-09-151-2/+7
* Add typing to most reference of ``stream``Daniël van Noord2021-09-131-10/+20
* Type ``process_module`` and update argument namesDaniël van Noord2021-09-131-1/+1
* Make ``min-similarity-lines == 0`` stop similarity check (#4970)Daniël van Noord2021-09-071-0/+2
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-041-4/+2
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-031-2/+2
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-6/+2
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-2/+3
* Use alias for astroid.nodes 02 (#4863)Marc Mueller2021-08-181-5/+7
* [duplicate-code] Parse functions and class methods recursively when gathering...Maksym Humetskyi2021-08-171-5/+18
* [duplicate-code] Ignore decorators lines by similarities checker when ignore ...Maksym Humetskyi2021-08-141-1/+1
* Performance improvment of the Similarity checker (#4565)hippo912021-07-281-99/+466
* 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
* [duplicate-code] Fix ignored empty functions by similarities checker with ign...Maksym Humetskyi2021-07-051-2/+4
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-1/+1
* [duplicate-code] Remove trailing whitespaces in similarity reportPierre Sassoulas2021-07-011-1/+1
* [duplicate-code] Separate creation and displaying of similarity reportsPierre Sassoulas2021-07-011-17/+20
* [duplicate-code] Add typing for '_display_sims'Pierre Sassoulas2021-07-011-3/+3
* [duplicate-code] Rename french variable name to english in legacy codePierre Sassoulas2021-07-011-13/+13
* [duplicate-code] Fix crash when analysing empty function with docstringPierre Sassoulas2021-07-011-1/+7
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Bump pylint to 2.9.0-dev1, update changelogPierre Sassoulas2021-06-171-0/+2
* Bump pyupgrade from 2.16.0 to 2.18.1 (#4496)dependabot[bot]2021-05-241-1/+1
* Add ignore_signatures to similarity checker (#4474)Aditya Gupta2021-05-171-13/+56
* 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-241-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Redefining __hash__ without redefining __eq__ is suspiciousPierre Sassoulas2021-03-281-0/+5
* Fix classes do not defining 4 ordering comparison methodsPierre Sassoulas2021-03-281-1/+2
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-2/+4
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-2/+2
* mapreduce| Fixes -jN for map/reduce Checkers (e.g. SimilarChecker)Frank Harrison2021-01-021-2/+2
* mapreduce| Adds map/reduce functionality to SimilarCheckerFrank Harrison2021-01-021-1/+29
* fixed issue 3726: enhanced similarity checker (#3837)Eli Fine2020-09-191-6/+10
* Sets up copyrighthippo912020-08-201-1/+2
* Ignore raw docstrings as well for ignore-docstrings Shiv Venkatasubrahmanyam2020-06-081-5/+7
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-2/+6
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-2/+1
* ``import-outside-toplevel`` is emitted for ``ImportFrom`` nodes as well.Claudiu Popa2019-10-091-1/+1
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-121-2/+0