summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Sets up copyrighthippo912020-08-2042-47/+67
* Switch to isort 5 for pylint's own codeDamien Baty2020-08-1813-19/+13
* Support both isort 4 and isort 5Damien Baty2020-08-182-3/+8
* Fix scoping for function annotations, decorators and base classes (#3713)Andrew Simmons2020-07-125-0/+50
* Add float fail-under testsPieter Engelbrecht2020-07-121-0/+18
* Add rule raise-missing-fromRam Rachum2020-06-229-8/+174
* Fix a crash in parallel mode when the module's filepath is not setClaudiu Popa2020-06-202-0/+8
* Fix a crash caused by not guarding against `InferenceError` when calling `inf...Claudiu Popa2020-06-181-0/+11
* Fix false positive superfluous parens for walrus operatorBryce Guinta2020-06-171-0/+21
* Remove unused member variable of FormatCheckerBryce Guinta2020-06-171-4/+0
* Chore: use https links (#3679)谭九鼎2020-06-118-9/+9
* ``missing-kwoa`` is no longer emitted when dealing with overload functions (#...Claudiu Popa2020-06-092-4/+41
* Fix a bug with `ignore-docstrings` ignoring all lines in a moduleClaudiu Popa2020-06-083-0/+30
* Allow numbers in checker names. (#3667)Jeremy Fleischman2020-06-081-0/+8
* Protect against `AttributeError` when checking `cell-var-from-loop`Claudiu Popa2020-05-292-7/+18
* Fix a regression where the score was not reported with multiple jobsClaudiu Popa2020-05-161-0/+5
* config: Handle rich (non-string) types in TOML fileDamien Baty2020-05-161-23/+79
* Fix a regression where messages with dash are not fully parsedClaudiu Popa2020-05-141-0/+8
* `continue-in-finally` no longer emitted on Python 3.8 where it's now validClaudiu Popa2020-05-141-0/+2
* `property-with-parameters` properly handles abstract propertiesClaudiu Popa2020-05-142-1/+15
* Address the super violations in the codebaseClaudiu Popa2020-05-0517-31/+36
* Rename the new old-style super with super-with-argumentsClaudiu Popa2020-05-055-37/+8
* Add new old-style-super check to flag instances of super with default argumentsFederico Bond2020-05-054-0/+55
* Fix trailing whitespaces and trailing newlinesPierre Sassoulas2020-05-03136-136/+121
* Remove private functions from the API of pylint.configPierre Sassoulas2020-05-031-6/+6
* Remove tests related to mixed-indentationPierre Sassoulas2020-05-032-12/+0
* Remove the space_check option and its codePierre Sassoulas2020-05-031-24/+0
* Remove bad-whitespace disabling in all codePierre Sassoulas2020-05-034-4/+4
* Remove all tests concerning bad-whitespacePierre Sassoulas2020-05-033-280/+1
* Remove bad-continuation disabling in all codePierre Sassoulas2020-05-025-5/+5
* Remove all tests concerning bad-continuationPierre Sassoulas2020-05-028-404/+0
* Allow linting directories without `__init__.py`Claudiu Popa2020-05-021-0/+15
* Allow package files to be properly discovered with multiple jobsClaudiu Popa2020-05-021-0/+31
* `no-value-for-parameter` variadic detection has improved for assign statementsClaudiu Popa2020-05-021-0/+27
* Remove the test specific configuration filePierre Sassoulas2020-05-011-19/+0
* Fix 'using possibly undefined loop variable' in testsPierre Sassoulas2020-05-011-4/+12
* Disable existing fixme in tests so we can check the new onePierre Sassoulas2020-05-012-5/+3
* Fix consider using 'elif' instead of 'else if' in testsPierre Sassoulas2020-05-011-4/+3
* Disable redefined-outer-name necessary by design with pytestPierre Sassoulas2020-05-018-2/+9
* Remove unittest.main() not required with pytestPierre Sassoulas2020-05-012-12/+2
* Revert pylint.Run's `exit` parameter to ``do_exit``Claudiu Popa2020-05-012-4/+4
* Fix a crash in `method-hidden` lookup for unknown base classesClaudiu Popa2020-04-281-0/+11
* Remove the 'checker' in moved file namePierre Sassoulas2020-04-2715-0/+0
* Fix python 3.5 'Argument must be sring or bytes, not PosixPath'Pierre Sassoulas2020-04-271-1/+1
* Create a directory for checker's unittestsPierre Sassoulas2020-04-2717-4/+8
* Use pathlib.Path instead of os.path in unittest_checkerPierre Sassoulas2020-04-272-12/+12
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-2742-53/+208
* Fix formatting error in test fileClaudiu Popa2020-04-271-3/+9
* Brought back logging-fstring-interpolationAshley Whetter2020-04-279-72/+36
* ``unidiomatic-typecheck`` is no longer emitted for ``in`` and ``not in`` oper...Claudiu Popa2020-04-272-17/+8