summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* [black style] Apply black style on unformatted python filePierre Sassoulas2019-07-221-1/+1
* Added a new check, ``invalid-overridden-method``Claudiu Popa2019-07-181-0/+8
* Added a new check, ``redeclared-assigned-name``Claudiu Popa2019-07-171-0/+7
* Added a new check, ``self-assigning-variable``Claudiu Popa2019-07-171-0/+16
* Added a new check, ``property-with-parameters``.Claudiu Popa2019-07-161-0/+5
* Add new checker (unnecessary-comprehension) (close #2905)PHeanEX2019-07-161-0/+7
* Grammar Fixes (#2974)Oisín Moran2019-07-071-2/+2
* Refactor - Remove unused argument 'name'Pierre Sassoulas2019-06-201-2/+0
* Refactor - Clearer function name ('rest' -> 'rst') in utilsPierre Sassoulas2019-06-201-2/+2
* Refactor - Remove useless parameter in print_checker_docPierre Sassoulas2019-06-201-2/+2
* Refactor - Use get_rest_title where it could bePierre Sassoulas2019-06-201-3/+4
* Refactor - Use a constant for the main checker namePierre Sassoulas2019-06-201-1/+2
* Refactor - Give a checker instead of a string to _print_checker_docPierre Sassoulas2019-06-201-16/+14
* Dropped support for Python 3.4Claudiu Popa2019-06-201-2/+2
* Mention the name of the new signature-mutators optionClaudiu Popa2019-05-231-3/+6
* Can choose decorators that mutate a function's signature (#2926)Ashley Whetter2019-05-231-0/+11
* Fix misspellings in documentation (#2922)Nick Smith2019-05-191-1/+1
* Add a what's new entry for the new extensionClaudiu Popa2019-04-291-1/+12
* Add 'of' to GoogleDocstring multiple type (#2884)Zeb Nicholls2019-04-291-0/+14
* Added subprocess.run explicit set `check` argument checker. Closes #2848fadedDexofan2019-04-191-0/+4
* Pin sphinx to the latest and fix the warning it causedClaudiu Popa2019-03-291-1/+1
* Add preferred-modules option and checkPaul Renvoisé2019-03-271-0/+9
* Fix last updated date in sphinx documentation (#2828)Dan Hemberger2019-03-241-1/+1
* Feat - Makes C0412 (ungrouped-imports) compatible with isort (#2824)Pierre Sassoulas2019-03-221-0/+12
* Add Tidelift informationClaudiu Popa2019-03-204-2/+24
* Add new linter: dict-iter-missing-itemsyory82019-03-201-1/+5
* Doc - Add isort in the contribution docPierre Sassoulas2019-03-201-1/+2
* Style - Re-Apply black following the isort cleanupPierre Sassoulas2019-03-203-104/+110
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-203-8/+9
* Add a new ``missing-parentheses-for-call-in-test`` checkhippo912019-03-192-1/+4
* Make ``len-as-condition`` only fire when a ``len(x)`` call is made without an...Paul Renvoise2019-03-191-0/+26
* Relicense the logo as CC-BY-SA-4.0 (#2786)David Douard2019-03-051-0/+267
* Added a new check `class-variable-slots-conflict`Claudiu Popa2019-03-031-0/+11
* Move the --from-stdin changelog to 2.4Claudiu Popa2019-03-022-5/+5
* Add support for reading from stdin (#2746)Thomas Hisch2019-03-021-0/+5
* Update the release process following the Travis autodeploymentsClaudiu Popa2019-03-021-7/+9
* Fix trivial typo in 2.3.rstDan Hemberger2019-03-011-1/+1
* Master is now 2.4Claudiu Popa2019-02-272-0/+19
* Add note about pushing the tagspylint-2.3.0Claudiu Popa2019-02-271-3/+3
* Better phrasing for this release changesClaudiu Popa2019-02-271-1/+2
* Prepare 2.3, also update the release document for this releaseClaudiu Popa2019-02-271-2/+2
* Fix the doc errorsClaudiu Popa2019-02-133-39/+40
* Document how the pragma controls work. Close #2732Claudiu Popa2019-02-132-30/+112
* Added a new command line option ``list-groups`` for listing all the check gro...Claudiu Popa2019-02-131-1/+4
* Add the initial release log for 2.3Claudiu Popa2019-02-131-0/+64
* Added load_configuration() hook for pluginsMatus Valo2018-12-201-0/+25
* Fix docs to work with astroide>2.x (#2646)Sardorbek Imomaliev2018-12-141-3/+3
* Document the use of --recreate for tox. Close #2590Claudiu Popa2018-11-291-0/+8
* Change the ``logging-format-style`` to use name identifier instead of their c...Claudiu Popa2018-11-281-0/+3
* Forgot to update the documentation as wellpylint-2.2.0Claudiu Popa2018-11-251-2/+2