summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* [test] Removes 'test_pylint_config_attr' (#8468)Pierre Sassoulas2023-03-201-23/+0
* [deprecation] ``setup.cfg``and ``tox.ini`` sections need to start by 'pylint'...Pierre Sassoulas2023-03-202-6/+0
* [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-148-22/+24
* [pre-commit.ci] pre-commit autoupdate (#8452)pre-commit-ci[bot]2023-03-141-1/+1
* Deprecate redundant type checking guard utils (#8433)Jacob Walls2023-03-121-0/+1
* Add Python 3.8+ `asyncSetUp` to "defining-attr-methods" list (#8403)Samuel FORESTIER2023-03-112-0/+14
* Fix a crash when `TYPE_CHECKING` is used without importing it (#8435)Jacob Walls2023-03-111-0/+10
* `pyreverse`: use colorblind friendly default colors (#8415)Andreas Finkler2023-03-108-31/+42
* pyreverse: drop support for .vcg format (#8426)Andreas Finkler2023-03-106-104/+0
* pyreverse: Add show-stdlib option (#8190)Avram Lubkin2023-03-103-1/+47
* Remove deprecated functions and classes (#8409)Daniël van Noord2023-03-094-109/+0
* [FileState] Make Pylinter.current_name and msg_store non nullablePierre Sassoulas2023-03-081-21/+0
* [Reporter] Remove 'set_output' in favor of reporter.outPierre Sassoulas2023-03-081-12/+0
* [__implements__] Remove everything related to the rejected PEP245 (#8404)Pierre Sassoulas2023-03-0812-146/+4
* Remove all old code related to ``optparse`` config parsing. (#8405)Daniël van Noord2023-03-087-265/+7
* [deprecation] Remove ``get_message_definitions`` from ``BaseChecker`` (#8401)Pierre Sassoulas2023-03-081-11/+0
* [deprecation] epylint removal for pylint 3.0.0 (#8400)Pierre Sassoulas2023-03-082-91/+1
* Add regression test for #5288 (#8385)Jacob Walls2023-03-072-0/+13
* Accept values of the form ``<class name>.<attribute name>`` for the `exclude-...Mark Byrne2023-03-033-5/+16
* [spelling] Ignore spelling in type/mypy type ignore comments (#8370)Pierre Sassoulas2023-03-021-18/+21
* Changing flake8 to have max-line-length of 115 (#8362)Ollie2023-03-021-1/+2
* Support globbing pattern for input specification (#8312)Alexey Pelykh2023-03-012-2/+20
* [spelling checker] Better help message and code organization (#8338)Pierre Sassoulas2023-02-271-0/+15
* Prevent emitting ``invalid-name`` on 'global' redefinition (#8337)Mark Byrne2023-02-274-2/+11
* [test] Use an empty pylintrc so tests to not depend on system's conf (#8350)Pierre Sassoulas2023-02-264-5/+14
* Add ``invalid-name`` check for ``TypeAlias`` names (#7116)Daniël van Noord2023-02-2616-14/+79
* Add new checker `bad-chained-comparison` (#7990)Zen Lee2023-02-264-2/+64
* [test] Permits to debug more easily 'test_allow_reexport_package' (#8347)Pierre Sassoulas2023-02-261-1/+1
* Add new check "implicit-flag-alias" (#8345)James Addison2023-02-262-0/+54
* Fixing some too long lines (#8339)Ollie2023-02-255-18/+23
* [doc] Add an example for 'non-ascii-file-name' (#8340)Pierre Sassoulas2023-02-251-1/+1
* Only count obviously non-terminating while-loops as return-ended (#8292)Nick Drozd2023-02-232-1/+52
* "Message emitted" improvements caused issuesStavros Ntentos2023-02-221-2/+2
* Support globbing patterns for source-roots (#8281)Alexey Pelykh2023-02-211-0/+14
* Fix test for ``plugin_does_not_exists``Daniel van Noord2023-02-202-1/+2
* Remove broken rcfile from ``empty_docstring`` testDaniel van Noord2023-02-201-3/+0
* [doc] Add an example for 'too-many-locals' (#8306)Pierre Sassoulas2023-02-171-4/+4
* Fix invalid type false positive (#8206)Nick Drozd2023-02-147-8/+40
* Add regression test for #8109Pierre Sassoulas2023-02-132-0/+16
* Fix FP for used-before-assignment with assignment expressions in containers (...Jacob Walls2023-02-112-6/+9
* Add ``--version`` option to pyreverse (#8257)Andreas Finkler2023-02-101-0/+13
* Fix `used-before-assignment` false positive for walrus operator in dictionary...Zen Lee2023-02-101-0/+13
* Add `--color-palette` option to `pyreverse` (#8223)Andreas Finkler2023-02-093-0/+55
* Support Implicit Namespace Packages (PEP 420) (#8153)Alexey Pelykh2023-02-0916-22/+147
* Fix `nested-min-max` output msg for sequences (#8234)Dani Alcala2023-02-082-0/+29
* Add import-based submodule detection for preferred-modules (#8186)Dave Bunten2023-02-082-1/+58
* Fix `used-before-assignment` false positive for TYPE_CHECKING if/elif/else us...Zen Lee2023-02-074-17/+121
* Fix no-name-in-module when variable is same as module name (#8169)Dani Alcala2023-02-075-0/+18