summaryrefslogtreecommitdiff
path: root/pylint/message
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add typing to most reference of ``stream``Daniël van Noord2021-09-131-11/+5
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-041-2/+2
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-031-3/+4
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-011-3/+0
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-302-14/+12
* Add ``disable-next`` option (#4797)Daniël van Noord2021-08-051-2/+24
* Refactor ``--list-msgs`` & ``--list-msgs-enabled`` (#4793)Daniël van Noord2021-08-031-5/+21
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-0/+1
* Fix copyright links (#4647)Marc Mueller2021-07-016-6/+6
* No crash on bad plugin provided in configuration filePierre Sassoulas2021-06-171-1/+15
* Refactor register_message_definition to prevent circular importPierre Sassoulas2021-06-022-9/+11
* Add typing in pylint.messagesPierre Sassoulas2021-06-024-68/+56
* Bump pyupgrade from 2.16.0 to 2.18.1 (#4496)dependabot[bot]2021-05-241-2/+2
* Changes after black updateMarc Mueller2021-04-261-2/+2
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-116-6/+6
* Refactor MessageId Store with a better error messagePierre Sassoulas2021-04-092-9/+16
* better docstring in message handler mixinPierre Sassoulas2021-03-311-3/+0
* Fix disabled warning not ignored (#4268)pylint-2.7.4Pierre Sassoulas2021-03-301-4/+8
* Fix false negative 'use-symbolic-message-instead' and optimize itPierre Sassoulas2021-03-171-22/+10
* Update copyright notice with copyritePierre Sassoulas2021-02-281-3/+1
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-3/+3
* Migrate from % syntax or bad format() syntax to fstringPierre Sassoulas2021-02-212-12/+8
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-6/+8
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Move from format() to f-string where it makes sensePierre Sassoulas2021-02-161-10/+3
* Remove Python 3.4 compatibility code from MessageDavid Gilman2021-02-161-3/+1
* Sets up copyrighthippo912020-08-201-1/+1
* Chore: use https links (#3679)谭九鼎2020-06-111-1/+1