summaryrefslogtreecommitdiff
path: root/pylint/message
Commit message (Expand)AuthorAgeFilesLines
* [pre-commit.ci] pre-commit autoupdate and simplify ruff config (#8694)pre-commit-ci[bot]2023-05-161-1/+1
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-296-19/+19
* [deprecation] Message.location must be a 'MessageLocationTuple' (#8477)Pierre Sassoulas2023-03-211-19/+1
* [deprecation] Make 'py_version' required for 'MessageDefinition.may_be_emitte...Pierre Sassoulas2023-03-211-18/+2
* Add explicit 'stack_level' keyword in Deprecation/User warningsPierre Sassoulas2023-03-211-0/+2
* [doc] Use the real URL address of pylint's read the doc projectPierre Sassoulas2023-02-061-2/+2
* Avoid deprecation warning in internal use of `may_be_emitted` (#7746)Jacob Walls2022-11-112-3/+7
* [flake8-bugbear] Disable the equivalent of 'method-cache-max-size-none'Pierre Sassoulas2022-11-051-2/+4
* Add default_enabled option to optional message dict (#7629)Marc Mueller2022-10-251-0/+2
* Use 'py-version' when accounting for max/min version of checker (#7580)Dani Alcala2022-10-131-4/+18
* Use stacklevel=2 in warnings.warn calls to DeprecationWarning where makes sen...Yilei "Dolee" Yang2022-09-151-0/+1
* [pylint.message] Add a location attribute to 'pylint.Message'Pierre Sassoulas2022-06-291-0/+13
* Add support of sharing message in multiple checkers. Fix DeprecatedChecker ex...Matus Valo2022-06-161-0/+3
* Mark `no-self-use` as moved to extensions (#6932)Jacob Walls2022-06-132-1/+43
* [deleted messages] Fix helper function for old names of deleted messagesPierre Sassoulas2022-06-061-2/+6
* [deleted messages] Add an exception for deleted messages in MessageIdStorePierre Sassoulas2022-06-042-3/+35
* [deleted messages] Refactor the constant to be able to give a reasonPierre Sassoulas2022-06-041-0/+125
* Some initial line wrapping of docstrings (#6672)Daniël van Noord2022-05-232-3/+5
* Rename ``cache-max-size-none`` and check ``functools.cache`` (#6182)Daniël van Noord2022-04-191-1/+1
* Make ``Message`` a ``dataclass`` (#6381)Daniël van Noord2022-04-181-61/+47
* Add some typing to ``pylint/lint`` (#6376)Daniël van Noord2022-04-181-2/+2
* Use ``--py39-plus`` and ``--full-reorder`` in ``python-typing-update`` (#6313)Daniël van Noord2022-04-141-1/+2
* Use ``python-typing-update`` on ``pylint/checkers`` directoryDaniël van Noord2022-04-141-1/+1
* Use ``python-typing-update`` on ``pylint/pyreverse`` directoryDaniël van Noord2022-04-141-13/+12
* Use ``python-typing-update`` on ``pylint/utils`` and ``message`` dirsDaniël van Noord2022-04-143-24/+30
* Add an __eq__ function to assert equality between MessageDefinitionPierre Sassoulas2022-04-131-1/+8
* Only emit ``lru-cache-decorating-method`` when ``maxsize`` is ``None`` (#6181)Daniël van Noord2022-04-051-3/+3
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-245-6/+6
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-245-37/+5
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-103-6/+6
* Add ``lru-cache-decorating-method`` checker (#5674)Daniël van Noord2022-01-141-1/+5
* Remove ``lru_cache`` from ``get_active_msgids`` (#5672)Daniël van Noord2022-01-131-6/+13
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-2/+4
* Add caching to bottlenecks in the message store (#5605)Pierre Sassoulas2021-12-292-7/+20
* Require Python 3.6.2 (#5068)Marc Mueller2021-11-251-7/+1
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-0/+1
* Add ``end_lineno`` and ``end_col_offset`` to ``MessageLocationTuple`` (#5343)Daniël van Noord2021-11-221-1/+7
* Merge ``MessagesHandlerMixIn`` into ``PyLinter`` (#5136)Daniël van Noord2021-10-172-142/+0
* Move message adding functions from ``MessagesHandlerMixIn``Daniël van Noord2021-10-101-199/+3
* Move docs helper functions out of ``MessagesHandlerMixIn``Daniël van Noord2021-10-071-64/+2
* Move staticmethods out of MessagesHandlerMixIn (#5123)Daniël van Noord2021-10-072-35/+29
* Prepare imports of ``MessagesHandlerMixIn`` for merge with ``PyLinter`` (#5125)Daniël van Noord2021-10-071-19/+16
* Refactor ``LinterStats`` (#5074)Daniël van Noord2021-10-071-16/+6
* Add basic typing to ``pylint/message``Daniël van Noord2021-10-023-14/+26
* Fix false-positive ``useless-suppression`` for ``line-too-long`` (#5077)Daniël van Noord2021-09-281-1/+1
* Add ``no-implicit-optional`` flag to ``mypy`` (#5075)Daniël van Noord2021-09-262-2/+2
* Fix ``useless-suppression`` for ``wrong-import-order`` (#5063)Daniël van Noord2021-09-231-0/+25
* Refactor of ``FileState.handle_ignored_message()`` (#5064)Daniël van Noord2021-09-231-3/+0
* Type `add_message` and add `MessageLocationTuple` (#5050)Daniël van Noord2021-09-212-15/+72
* Fix false negative for use-symbolic-messagePierre Sassoulas2021-09-141-1/+1