summaryrefslogtreecommitdiff
path: root/pylint/lint/pylinter.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in pylintrc for useless-suppression (#5303)Daniël van Noord2021-11-231-2/+2
* Add ``end_lineno`` and ``end_col_offset`` to ``MessageLocationTuple`` (#5343)Daniël van Noord2021-11-221-6/+38
* Prevent crash when parsing the toml to also crash pylintPierre Sassoulas2021-11-221-0/+5
* Add error codes to all ``type: ignore`` (#5329)Daniël van Noord2021-11-171-5/+5
* Pylint fix for invalid TOML config (#4720)Tanvi Moharir2021-11-131-0/+5
* Create and use a function for module stats initialization (#5271)Pierre Sassoulas2021-11-081-12/+2
* Unify all `<y or n>` metavars in option's help (#5229)Tushar Sadhwani2021-10-291-5/+5
* Fix the deprecation of set_output in our code (#5209)Pierre Sassoulas2021-10-271-4/+1
* Enable for_any_all check (#5206)Nick Drozd2021-10-251-5/+2
* Normalize input of ``ignore-paths`` for all path types (#5201)Daniël van Noord2021-10-241-7/+15
* Merge ``MessagesHandlerMixIn`` into ``PyLinter`` (#5136)Daniël van Noord2021-10-171-8/+158
* Use ``MessageLocationTuple`` in ``_add_one_message``Daniël van Noord2021-10-131-2/+4
* Move message adding functions from ``MessagesHandlerMixIn``Daniël van Noord2021-10-101-4/+218
* Refactor ``LinterStats`` (#5074)Daniël van Noord2021-10-071-24/+28
* py-version-check help fixesVille Skyttä2021-09-171-1/+1
* Add typing to ``filepath`` (#4980)Daniël van Noord2021-09-161-44/+48
* Add typing to all calls to ``self.stats`` (#4973)Daniël van Noord2021-09-151-3/+6
* Add typing to most reference of ``stream``Daniël van Noord2021-09-131-9/+11
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-011-36/+0
* Add `consider-using-assignment-expr` to `CodeStyleChecker` (#4876)Marc Mueller2021-08-301-0/+12
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-8/+5
* Simplification in error handling inside Pylinter (#4834)Pierre Sassoulas2021-08-121-5/+2
* Permit to lint to the end in case of crash on a file (#4810)Pierre Sassoulas2021-08-121-3/+26
* Revert "Extended consider-using-tuple check to cover 'in' comparisons (#4768)"Marc Mueller2021-08-121-1/+1
* Add ``disable-next`` option (#4797)Daniël van Noord2021-08-051-2/+6
* Refactor ``--list-msgs`` & ``--list-msgs-enabled`` (#4793)Daniël van Noord2021-08-031-12/+13
* Extended consider-using-tuple check to cover 'in' comparisons (#4768)Marc Mueller2021-07-291-1/+1
* Add unspecified-encoding checker #3826 (#4753)Daniël van Noord2021-07-281-3/+6
* Changed exit logic.Mark Bell2021-07-171-1/+3
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* No crash on bad plugin provided in configuration filePierre Sassoulas2021-06-171-5/+16
* Add `ignore-paths` to match against the full path. (#4516)Fabian Damken2021-05-271-1/+15
* Multiple `output-format` support (#4492)ruro2021-05-241-21/+53
* [pre-commit.ci] pre-commit autoupdate (#4438)pre-commit-ci[bot]2021-05-031-1/+1
* Add --fail-on option (#4227) (#4398)Dr. Nick2021-05-021-0/+46
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Fix some typo and create better docstringsPierre Sassoulas2021-04-091-9/+5
* More modular code for enable/disable in pylinterPierre Sassoulas2021-04-091-2/+2
* Move utils.expand_module in its own file in lintPierre Sassoulas2021-04-031-1/+2
* Import astroid with import x or from x import y but not bothPierre Sassoulas2021-03-281-7/+8
* Add extension-pkg-allow-list optionPeter Kolbus2021-03-091-2/+21
* Reduce 'blacklist' term for ignored filesPeter Kolbus2021-03-091-3/+3
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-3/+3
* check_parallel| Fixups imports after file-moveFrank Harrison2020-10-191-1/+1
* Update formatting following black and isort updatePierre Sassoulas2020-09-101-2/+1
* Corrects some inconsistent-return-statements occurenceshippo912020-08-201-0/+1
* Make fail under a floatPieter Engelbrecht2020-07-121-1/+1
* Fix exception causes all over the codebaseRam Rachum2020-06-141-2/+2
* The full version is a constant we can just import itPierre Sassoulas2020-05-101-8/+0
* More localized disable for broad-except in PylinterPierre Sassoulas2020-04-261-4/+2