summaryrefslogtreecommitdiff
path: root/tests/checkers
Commit message (Expand)AuthorAgeFilesLines
* Tighten design constraints (#8115)Nick Drozd2023-01-282-0/+2
* Add `--allow-reexport-from-package` option (#8124)Marc Mueller2023-01-281-0/+43
* add test for get msg defclavedeluna2023-01-251-0/+10
* add test for Uninferableclavedeluna2023-01-241-0/+14
* Add test for existing preferred-modules functionality (#8093)Dave Bunten2023-01-241-0/+23
* [style] Limit line length and complexity using flake8 (#8064)Pierre Sassoulas2023-01-161-34/+19
* [pre-commit] Upgrade to black 23.1a1 with 2023's formatting (#7965)Pierre Sassoulas2022-12-274-7/+1
* Fix end_col_offset deprecation msg (#7823)Dani Alcala2022-11-221-1/+1
* Fix ``deprecated-method`` false positive with aliases (#7795)Dani Alcala2022-11-191-5/+21
* Fix a false negative for ``unused-import`` (#7678)Mark Byrne2022-11-091-6/+6
* Finish unfinished typing in non core directories (#7443)Daniël van Noord2022-09-094-8/+8
* Finish some incomplete typing signatures (#7442)Daniël van Noord2022-09-092-9/+13
* Add typing to several test files (#7440)Daniël van Noord2022-09-094-8/+12
* Fix #3299 false positives with names in string literal type annotations (#7400)Levi Gruspe2022-09-041-0/+26
* Complete typing of all generic types (#7406)Daniël van Noord2022-09-041-6/+9
* Revert "Fix the failure to lint modules contained under an identically named ...Jacob Walls2022-08-131-2/+1
* Clean up beyond_top_level tests (#7279)Daniël van Noord2022-08-121-26/+41
* Add xfail for `test_relative_beyond_top_level_two`Jacob Walls2022-08-031-0/+4
* [typing] Add typing to the tests directory (#7183)Pierre Sassoulas2022-07-148-41/+38
* Remove never run test (#6520)Daniël van Noord2022-05-061-10/+0
* spellcheck will skip the rule names of mypy inline directives (#5929)Eli Fine2022-05-061-1/+19
* Change default values of ``ignore-imports`` and ``ignore-signatures`` (#6500)Daniël van Noord2022-05-051-0/+2
* Fix AstCallbackMethod typing (#6445)Marc Mueller2022-05-051-2/+3
* Remove some words from custom dictionary and update spellingDaniël van Noord2022-04-261-1/+1
* [spelling] Remove remaining typoes detected by the spelling checkerPierre Sassoulas2022-04-261-1/+1
* Use an empty pylintrc for tests using project's pylintrc implicitelyPierre Sassoulas2022-04-261-2/+6
* Add two assertions for reporterDaniël van Noord2022-04-211-0/+2
* Remove ``IAstroidChecker`` from ``__implements__``Daniël van Noord2022-04-191-2/+1
* Deprecate ``MapReduceMixin`` and implements its methods in ``BaseChecker`` (#...Daniël van Noord2022-04-191-1/+1
* Improve the ``__gt__`` method of Checkers (#6355)Daniël van Noord2022-04-161-3/+31
* Deprecate ``check_messages`` in favor of ``only_required_for_messages`` (#6196)Andreas Finkler2022-04-161-0/+15
* Deprecate ``get_global_option``Daniël van Noord2022-04-151-3/+2
* Use ``python-typing-update`` on second half of the ``tests`` directoryDaniël van Noord2022-04-148-34/+41
* Use ``namespace`` in ``PyLinter`` and the functional config tests (#6271)Daniël van Noord2022-04-121-9/+6
* Deprecate ``load_command_line_configuration``Daniël van Noord2022-04-111-3/+5
* Make ``linter`` non-optional for ``BaseChecker`` (#6188)Daniël van Noord2022-04-111-0/+7
* increase timeout value for test_issue_5724 (#6241)Moody2022-04-091-1/+1
* Use ``argparse`` config handler in ``similar.py``Daniël van Noord2022-04-021-1/+1
* Total ordering unit test for BaseChecker (#6059)Joe Young2022-03-311-0/+21
* [refactor] Create a package for the NameChecker in pylint.checker.basePierre Sassoulas2022-03-243-260/+275
* [refactor] Create a package in order to be able to burst base.pyPierre Sassoulas2022-03-241-0/+0
* Create a ``TypeVar`` style for ``invalid-name`` (#5894)Daniël van Noord2022-03-241-2/+2
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-2423-16/+49
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-2414-202/+14
* Use pytest-timeout for testsSergey B Kirpichev2022-03-181-30/+14
* Optimize handling of long lines for checkers like 'missing-final-newline' (#5...Sergey B Kirpichev2022-03-161-0/+15
* Fix end position in unittests (#5904)Daniël van Noord2022-03-121-9/+9
* Fixes for tests due to new ``tolineno`` behaviourDaniël van Noord2022-03-122-4/+3
* Fix matching note tags with a non-word char last (#5859)dbrookman2022-03-041-0/+10
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-1010-17/+17