summaryrefslogtreecommitdiff
path: root/pylint/checkers/similar.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Add explicit 'stack_level' keyword in Deprecation/User warningsPierre Sassoulas2023-03-211-0/+2
* [FileState] Make Pylinter.current_name and msg_store non nullablePierre Sassoulas2023-03-081-1/+1
* Fixing some too long lines (#8339)Ollie2023-02-251-2/+4
* Tighten design constraints (#8115)Nick Drozd2023-01-281-0/+1
* [style] Limit line length and complexity using flake8 (#8064)Pierre Sassoulas2023-01-161-16/+33
* Bump mypy from 0.982 to 0.990 (#7769)dependabot[bot]2022-11-141-1/+1
* Turn on ``mypy`` strict mode 🎉 (#7448)Daniël van Noord2022-09-091-1/+1
* Finish typing across the codebaseDaniël van Noord2022-09-091-1/+1
* Finish some unfinished typing signaturesDaniël van Noord2022-09-091-6/+6
* [typing] Add typing to the similar checker (#7191)Pierre Sassoulas2022-07-151-22/+20
* Enable line-wrapping from ``pydocstringformatter``Daniël van Noord2022-05-231-6/+13
* Fix typo in `SimilarChecker` docstringJacob Walls2022-05-051-1/+1
* Change default values of ``ignore-imports`` and ``ignore-signatures`` (#6500)Daniël van Noord2022-05-051-2/+2
* Run development version of ``pydocstringformatter`` (#6469)Daniël van Noord2022-04-281-2/+2
* Remove some words from custom dictionary and update spellingDaniël van Noord2022-04-261-4/+4
* [spelling] Remove remaining typoes detected by the spelling checkerPierre Sassoulas2022-04-261-8/+8
* Add typing to ``BaseChecker`` ``msgs`` and ``reports`` (#6456)Daniël van Noord2022-04-251-2/+2
* Finish typing of ``pylint/__init__.py``Daniël van Noord2022-04-231-3/+4
* Subclass ``BaseRawFileChecker`` and ``BaseTokenChecker``Daniël van Noord2022-04-191-5/+3
* Deprecate ``MapReduceMixin`` and implements its methods in ``BaseChecker`` (#...Daniël van Noord2022-04-191-2/+2
* Fix `AstroidError` in similarity checker with imports/signatures ignored (#6357)Jacob Walls2022-04-191-22/+31
* Fix regression with ``ignore-imports`` (#6358)Daniël van Noord2022-04-161-53/+27
* Deprecate unnecessary arguments of ``SimilarChecker.set_option``Daniël van Noord2022-04-151-4/+22
* Use ``--py39-plus`` and ``--full-reorder`` in ``python-typing-update`` (#6313)Daniël van Noord2022-04-141-2/+1
* Add classifications to TODOs across codebaseDaniël van Noord2022-04-141-1/+1
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-141-10/+10
* Use ``python-typing-update`` on ``pylint/checkers`` directoryDaniël van Noord2022-04-141-32/+32
* Add ``_ArgumentsManager.set_option`` and deprecate old option setters (#6299)Daniël van Noord2022-04-141-22/+7
* Remove the ``future_option_parsing`` keyword (#6253)Daniël van Noord2022-04-111-1/+1
* Add ``Options`` and ``OptionsDict`` to typing utilsDaniël van Noord2022-04-061-1/+2
* Use ``argparse`` config handler in ``similar.py``Daniël van Noord2022-04-021-20/+29
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-26/+1
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-131-10/+16
* Allow disabling ``duplicate-code`` with a disable comment (#5446)Daniël van Noord2022-03-041-1/+10
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-26/+26
* Add ``DeprecationWarning`` for non-string ``current_name`` & ``file`` (#5580)Daniël van Noord2022-01-271-1/+10
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-24/+14
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-271-2/+5
* Fix typos over the whole codebase (#5540)Kian Meng, Ang2021-12-171-2/+2
* 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