summaryrefslogtreecommitdiff
path: root/tests/lint/unittest_lint.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-4/+4
* [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-081-71/+2
* Support globbing pattern for input specification (#8312)Alexey Pelykh2023-03-011-2/+13
* Support globbing patterns for source-roots (#8281)Alexey Pelykh2023-02-211-0/+14
* Support Implicit Namespace Packages (PEP 420) (#8153)Alexey Pelykh2023-02-091-8/+64
* [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
* Add and fix tests for init-hook based plugin load (#7475)Drummond Ogilvie2022-09-161-41/+133
* Add more cases that emit bad-plugin-value (#7284)Drummond Ogilvie2022-09-071-3/+185
* 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
* 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
* Move ``PYLINTHOME`` to constants and test it (#6509)Daniël van Noord2022-05-051-2/+40
* 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-261-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
* Use ``python-typing-update`` on second half of the ``tests`` directoryDaniël van Noord2022-04-141-3/+5
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-141-6/+6
* Use ``namespace`` for ``ignore`` and ``ignore_patterns``Daniël van Noord2022-04-111-1/+1
* Copy all of ``OptionsManagerMixIn`` methods into ``_ArgumentsManager`` (#6214)Daniël van Noord2022-04-071-1/+1
* Create ``_ArgumentsProvider``Daniël van Noord2022-04-061-1/+1
* Use namespace in PyLinter and testsDaniël van Noord2022-04-051-2/+2
* Use ``namespace`` in ``PyLinter``, ``Run`` and ``testutils`` (#6191)Daniël van Noord2022-04-051-4/+5
* Change how ``errors-mode`` is parsedDaniël van Noord2022-04-051-1/+2
* Move preprocessing of arguments into ``config`` directoryDaniël van Noord2022-04-041-34/+4
* Refactor ``find_default_config_files`` (#6067)Daniël van Noord2022-04-011-39/+2
* Deprecate ``find_pylintrc`` for removal in 3.0 (#6057)Daniël van Noord2022-03-311-7/+14
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-36/+2
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-2/+2
* Add ``DeprecationWarning`` for non-string ``current_name`` & ``file`` (#5580)Daniël van Noord2022-01-271-4/+8
* Rename ``init_linter`` fixture to ``initialized_linter``, add filename (#5581)Daniël van Noord2021-12-211-19/+21
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-1/+1
* Fix typo in pylintrc for useless-suppression (#5303)Daniël van Noord2021-11-231-3/+0
* Add ``end_lineno`` and ``end_col_offset`` to ``MessageLocationTuple`` (#5343)Daniël van Noord2021-11-221-2/+18