summaryrefslogtreecommitdiff
path: root/pylint/message
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-4/+7
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-246-13/+1
* Refactor file checking for a simpler parallel API (#3016)Janne Rönkkö2019-10-181-2/+2
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-122-4/+0
* [pylint.message] Remove a check that never failPierre Sassoulas2019-09-103-11/+1
* [pylint.message] Optimize MessageDefinitionStore storagePierre Sassoulas2019-09-103-8/+10
* [pylint.message] Simplify get_message_definitionsPierre Sassoulas2019-09-101-8/+4
* [tests.message] Add a test for multiple messages with the same old namePierre Sassoulas2019-09-101-1/+6
* [pylint.message] Simplification with 1-1 link between symbol and msgidPierre Sassoulas2019-08-192-132/+35
* [pylint.message] Create a MessageDefinition.check_msgid functionPierre Sassoulas2019-08-191-5/+13
* [pylint.message] Create a MessageIdStore classPierre Sassoulas2019-08-192-0/+125
* [pylint.message] Symbol seems to never be None anymorePierre Sassoulas2019-08-162-16/+6
* [pylint.message] Move backward compatibility in MessageDefinitionPierre Sassoulas2019-08-162-5/+6
* [pylint.message] MessageHandlerMixIn.add_message is too complexPierre Sassoulas2019-08-091-7/+10
* [pylint.message] Rename MessagesStore to MessageDefinitionStorePierre Sassoulas2019-08-092-3/+8
* [pylint.message] category_id does not need to be a functionPierre Sassoulas2019-08-061-9/+5
* [pylint.utils] pylint.utils.category_id used only oncePierre Sassoulas2019-08-061-6/+8
* [pylint.message] Add unittests for MessageDefinitionPierre Sassoulas2019-08-061-1/+4
* [pylint.message] F401 'pylint.message.x' imported but unusedPierre Sassoulas2019-08-061-0/+2
* [pylint.message] Remove a useless variablePierre Sassoulas2019-08-061-12/+15
* [pylint.message] Rename msg_descr to msgidPierre Sassoulas2019-08-061-8/+4
* [pylint.message] Rename descr to descriptionPierre Sassoulas2019-08-061-3/+3