summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* Assert on fatal errors in primerDaniël van Noord2022-08-211-41/+22
* Prevent `useless-parent-delegation` for overriding `Exception.__init__` with ...Jacob Walls2022-08-211-0/+2
* Fix `undefined-loop-variable` from walrus in comprehension test (#7324)Jacob Walls2022-08-201-0/+18
* Improve TypeVar name regex (#7322)Marc Mueller2022-08-191-1/+1
* fix `undefined-loop-variable` with `break` and `continue` statements in `else...DetachHead2022-08-191-1/+3
* Refactor check() (#7288)Daniël van Noord2022-08-171-36/+100
* Partial typing of ``refactoring_checker`` (#7315)Daniël van Noord2022-08-161-25/+33
* Partial typing of ``refactoring_checker`` (#7312)Daniël van Noord2022-08-161-21/+35
* Refactors related to separating ast creating and linting (#7286)Daniël van Noord2022-08-141-9/+21
* Fix false positive for `no-self-argument` (#7301)Mark Byrne2022-08-131-0/+3
* Revert "Fix the failure to lint modules contained under an identically named ...Jacob Walls2022-08-131-4/+2
* Fix crash when a type-annotated `__slots__` with no value is declared. (#7285)Mark Byrne2022-08-111-2/+3
* Partial typing of ``refactoring_checker``Daniël van Noord2022-08-111-22/+31
* [typing] Add typing to the class checkers (#7190)Pierre Sassoulas2022-08-103-57/+94
* Check for `<cwd>` before removing first item from `sys.path` in `modify_sys_p...Karthik Nadig2022-08-091-2/+3
* Remove imp-specific workaroundJacob Walls2022-08-031-3/+1
* Fix the failure to lint modules contained under an identically named directoryJacob Walls2022-08-031-2/+4
* Add type annotations to `format.py` module. (#7251)Mark Byrne2022-08-011-35/+38
* Don't emit ``super-init-not-called`` for abstract ``__init__`` methods (#7227)Daniël van Noord2022-07-311-5/+5
* Fix crash when regex option raises a `re.error` exception. (#7228)Mark Byrne2022-07-311-2/+11
* Fix sys.path pollution in parallel mode (#7247)Jacob Walls2022-07-311-1/+3
* Bump pylint to 2.15.0-a0, update changelog (#7196)Pierre Sassoulas2022-07-301-1/+1
* [doc] Remove hard-coded default in 'ignored-argument-names' description (#7239)Pierre Sassoulas2022-07-301-2/+1
* [syntax-error] Fix a crash when the line and column can't be retrieved (#7097)Pierre Sassoulas2022-07-302-8/+10
* Add some typing to ``spelling.py`` (#7218)Daniël van Noord2022-07-221-8/+18
* [basic checker] Add the confidence for 'unreachable' (#7216)Pierre Sassoulas2022-07-211-7/+7
* [doc param checker] Add confidences for DocParam checker's messagePierre Sassoulas2022-07-211-6/+15
* [refactor] Simplify '_add_raise_message' in the DocParam checkerPierre Sassoulas2022-07-211-11/+9
* [testutil] Better assertion for configuration parsing failPierre Sassoulas2022-07-211-1/+1
* Add typing to ``logging.py`` (#7211)Daniël van Noord2022-07-201-19/+28
* Partial typing of ``strings.py`` (#7210)Daniël van Noord2022-07-201-18/+35
* Rename bad-exception-context to bad-exception-cause (#7125)VictorT2022-07-181-18/+17
* Add typing to ``exceptions`` checker (#7194)Daniël van Noord2022-07-161-16/+24
* [typing] Add typing to the similar checker (#7191)Pierre Sassoulas2022-07-151-22/+20
* [primer] display results early instead of priming all the packages first (#7187)Pierre Sassoulas2022-07-151-38/+71
* Add typing to ``stdlib`` checker (#7192)Daniël van Noord2022-07-151-27/+41
* [primer] Fix a silent fail when no command were given (#7185)Pierre Sassoulas2022-07-141-3/+5
* [API] Add run_pylint, run_epylint, run_symilar, run_pyreverse (#7184)Pierre Sassoulas2022-07-141-1/+10
* Fix typing of most inference callsDaniël van Noord2022-07-133-8/+13
* Partial typing of ``imports.py`` (#6982)Daniël van Noord2022-07-133-36/+79
* Update `astroid` to 2.12 (#7153)Jacob Walls2022-07-133-4/+20
* [pythonpath context manager] Fix a bug where pythonpath was not restored corr...Pierre Sassoulas2022-07-131-4/+3
* [refactor] Move the context manager for pythonpath in pylint.testutilPierre Sassoulas2022-07-131-0/+20
* [testutils] Add a parameter to context manager changing sys.path or cwdPierre Sassoulas2022-07-111-2/+12
* [refactor] Move test context manager to pylint.testutilsPierre Sassoulas2022-07-111-1/+19
* Prevent appending distinct crash reports together that occur in the same hour...Jacob Walls2022-07-101-1/+1
* Allow lists of default values in parameter documentation for ``Numpy`` (#7149)Daniël van Noord2022-07-081-3/+14
* Add partial typing to ``class_checker`` (#7088)Daniël van Noord2022-07-072-22/+51
* Use ``regular expression`` instead of ``regex``Daniël van Noord2022-07-071-2/+2
* Fix disabling of ``fixme`` (#7144)Daniël van Noord2022-07-071-36/+6