Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename copying to license and upgrade the setup.cfg (#4338) | Pierre Sassoulas | 2021-04-11 | 1 | -1/+1 |
| | |||||
* | Apply copyrite --contribution-threshold | Pierre Sassoulas | 2021-02-21 | 1 | -0/+2 |
| | |||||
* | Remove the # coding, since PEP3120 the default is UTF8 | Pierre Sassoulas | 2021-02-21 | 1 | -1/+0 |
| | |||||
* | Sets up copyright | hippo91 | 2020-08-20 | 1 | -1/+1 |
| | |||||
* | Add missing copyright annotations for the past releases | Claudiu Popa | 2020-04-27 | 1 | -2/+5 |
| | |||||
* | pyupgrade: automated removal of python2 constructs | Anthony Sottile | 2020-03-24 | 1 | -1/+0 |
| | | | | | | | | | | | | | using configuration: ```yaml - repo: https://github.com/asottile/pyupgrade rev: v2.1.0 hooks: - id: pyupgrade args: [--py3-plus, --keep-percent-format] exclude: ^tests/(extensions/data/|functional/|input/|regrtest_data/) ``` | ||||
* | Add support for reading from stdin (#2746) | Thomas Hisch | 2019-03-02 | 1 | -0/+4 |
| | | | | | pylint gained a new `--from-stdin` flag which activates stdin linting, useful for editors and similar use cases. Closes: #1187 | ||||
* | Reformat the code with black | Claudiu Popa | 2018-09-17 | 1 | -0/+3 |
| | |||||
* | Update copyright notices | Claudiu Popa | 2018-07-15 | 1 | -1/+2 |
| | |||||
* | Spelling fixes | Ville Skyttä | 2018-01-30 | 1 | -1/+1 |
| | |||||
* | Regenerate copyright notices | Claudiu Popa | 2017-12-15 | 1 | -0/+3 |
| | |||||
* | Raise meaningful exception for invalid reporter class being selected (#1450) | Łukasz Rogalski | 2017-04-28 | 1 | -0/+3 |
| | |||||
* | Even more granular copyrights (thanks to copyrite) | Claudiu Popa | 2016-07-23 | 1 | -1/+1 |
| | |||||
* | Add copyright string | Glenn Matthews | 2016-07-19 | 1 | -0/+1 |
| | |||||
* | Rename UnknownMessage, EmptyReport to UnknownMessageError, EmptyReportError | Glenn Matthews | 2016-07-19 | 1 | -2/+2 |
| | |||||
* | Move EmptyReport and UnknownMessage to pylint.exceptions | Glenn Matthews | 2016-07-19 | 1 | -0/+6 |
| | |||||
* | Better input validation in register_messages to avoid overwrites. | Glenn Matthews | 2016-07-19 | 1 | -0/+8 |
Add InvalidMessageError and use it instead of asserts in pylint.utils. |