summaryrefslogtreecommitdiff
path: root/tests/lint
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-297-16/+16
* [crash template] Link to blank issue so it's possible to copy pastePierre Sassoulas2023-03-291-4/+8
* [deprecation] 'Pylinter.check' now takes sequence of str only (#8463)Pierre Sassoulas2023-03-201-7/+0
* [deprecation] Remove the warning about the old pylint home (#8462)Pierre Sassoulas2023-03-201-51/+4
* [ruff] Add RUF specific rules and autofix (#8449)Pierre Sassoulas2023-03-141-2/+2
* Remove deprecated functions and classes (#8409)Daniël van Noord2023-03-091-9/+0
* Remove all old code related to ``optparse`` config parsing. (#8405)Daniël van Noord2023-03-082-75/+3
* Support globbing pattern for input specification (#8312)Alexey Pelykh2023-03-011-2/+13
* Add ``invalid-name`` check for ``TypeAlias`` names (#7116)Daniël van Noord2023-02-261-0/+1
* Support globbing patterns for source-roots (#8281)Alexey Pelykh2023-02-211-0/+14
* Support Implicit Namespace Packages (PEP 420) (#8153)Alexey Pelykh2023-02-092-8/+67
* [ruff] Autofix 'not x in iterator' => 'x not in iterator'Pierre Sassoulas2023-02-061-3/+3
* Tighten design constraints (#8115)Nick Drozd2023-01-281-0/+1
* [pre-commit] Upgrade to black 23.1a1 with 2023's formatting (#7965)Pierre Sassoulas2022-12-271-2/+0
* Fix inconsistent argument exit code when argparse exit with its own error cod...David Lawson2022-12-142-0/+45
* Drop dependency on py module (#7829)Lumír 'Frenzy' Balhar2022-11-231-7/+8
* Deduplicate module file paths to prevent redundant scans. (#7747)Eric McDonald2022-11-181-18/+63
* Rename `broad-except` and new check `broad-exception-raised` (#7709)Dani Alcala2022-11-051-1/+1
* Add and fix tests for init-hook based plugin load (#7475)Drummond Ogilvie2022-09-161-41/+133
* Turn on ``mypy`` strict mode 🎉 (#7448)Daniël van Noord2022-09-091-2/+2
* Finish unfinished typing in non core directories (#7443)Daniël van Noord2022-09-091-3/+7
* Finish some incomplete typing signatures (#7442)Daniël van Noord2022-09-091-2/+3
* Turn on ``check-untyped-defs`` in ``mypy`` (#7407)Daniël van Noord2022-09-091-2/+4
* Add more cases that emit bad-plugin-value (#7284)Drummond Ogilvie2022-09-071-3/+185
* Remove ignores for ``LocalPath``Daniël van Noord2022-09-031-1/+1
* Add typing to ``unittest_lint``Daniël van Noord2022-09-031-13/+14
* Add regression test for #3651 (#7117)Jacob Walls2022-08-211-0/+32
* Refactor check() (#7288)Daniël van Noord2022-08-171-5/+20
* Revert "Fix the failure to lint modules contained under an identically named ...Jacob Walls2022-08-131-7/+10
* Fix the failure to lint modules contained under an identically named directoryJacob Walls2022-08-031-0/+9
* Add regression test for #1667 (#7113)Jacob Walls2022-07-181-0/+9
* [typing] Add typing to the tests directory (#7183)Pierre Sassoulas2022-07-141-1/+1
* Restore `sys.path` in `test_load_plugin_configuration` (#7119)Jacob Walls2022-07-041-0/+2
* Respect ignore configuration options when --recursive=y. (#6528)Matus Valo2022-05-131-0/+43
* Fix disabling of ``bad-option-value`` (#6556)Daniël van Noord2022-05-091-4/+9
* Add regression test for #6538 (#6553)Jacob Walls2022-05-091-0/+22
* Pass ``msg_store`` and ``node`` to ``FileState`` (#6558)Daniël van Noord2022-05-091-1/+1
* Revert "Do not append namespace packages to sys.path (#6405)" (#6548)Pierre Sassoulas2022-05-092-33/+0
* Fix saving of persistent data files on different drives (#6526)Daniël van Noord2022-05-061-6/+59
* Move caching to pylint.lint from pylint.config and deprecate (#6468)Pierre Sassoulas2022-05-052-0/+77
* Move ``PYLINTHOME`` to constants and test it (#6509)Daniël van Noord2022-05-051-2/+40
* Do not append namespace packages to sys.path (#6405)Daniël van Noord2022-05-022-0/+34
* Remove some words from custom dictionary and update spellingDaniël van Noord2022-04-261-1/+1
* Use an empty pylintrc for tests using project's pylintrc implicitelyPierre Sassoulas2022-04-262-2/+3
* Add typing to ``BaseChecker`` ``msgs`` and ``reports`` (#6456)Daniël van Noord2022-04-251-1/+2
* Finish typing of ``pylint/lint/pylinter.py`` (#6428)Daniël van Noord2022-04-211-0/+9
* Migrate from 'check_messages' to 'only_required_for_messages' (#6417)Pierre Sassoulas2022-04-211-2/+2
* Remove ``IAstroidChecker`` from ``__implements__``Daniël van Noord2022-04-191-1/+0
* Improve CPU count detection in cgroup environments and fix CI (#6098)Daniël van Noord2022-04-161-0/+2
* Deprecate ``get_global_option``Daniël van Noord2022-04-151-3/+2