summaryrefslogtreecommitdiff
path: root/pylint/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Mark `no-self-use` as moved to extensions (#6932)Jacob Walls2022-06-131-0/+11
* [deleted messages] Add an exception for deleted messages in MessageIdStorePierre Sassoulas2022-06-041-0/+11
* Some initial line wrapping of docstrings (#6672)Daniël van Noord2022-05-231-1/+3
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-11/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-6/+6
* Bump pylint to 2.10.2-dev0, update changelogAshley Whetter2021-08-201-0/+1
* Bump pylint to 2.10.1, update changelogv2.10.1Ashley Whetter2021-08-201-1/+1
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-0/+1
* Add ``disable-next`` option (#4797)Daniël van Noord2021-08-051-0/+4
* Bump pylint to 2.9.4, update changelogv2.9.4Pierre Sassoulas2021-07-201-1/+1
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-0/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-0/+2
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Sets up copyrighthippo912020-08-201-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-2/+5
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-1/+0
* Add support for reading from stdin (#2746)Thomas Hisch2019-03-021-0/+4
* Reformat the code with blackClaudiu Popa2018-09-171-0/+3
* Update copyright noticesClaudiu Popa2018-07-151-1/+2
* Spelling fixesVille Skyttä2018-01-301-1/+1
* Regenerate copyright noticesClaudiu Popa2017-12-151-0/+3
* Raise meaningful exception for invalid reporter class being selected (#1450)Łukasz Rogalski2017-04-281-0/+3
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-1/+1
* Add copyright stringGlenn Matthews2016-07-191-0/+1
* Rename UnknownMessage, EmptyReport to UnknownMessageError, EmptyReportErrorGlenn Matthews2016-07-191-2/+2
* Move EmptyReport and UnknownMessage to pylint.exceptionsGlenn Matthews2016-07-191-0/+6
* Better input validation in register_messages to avoid overwrites.Glenn Matthews2016-07-191-0/+8