summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Fix "dictionary changed size during iteration" (#6612)nyabkun2022-05-181-0/+4
* [doc] Add an assertion for redirection that will silentely failPierre Sassoulas2022-05-181-3/+11
* [doc] Modify the automated redirection to user_guidesPierre Sassoulas2022-05-184-5/+10
* [doc] Smaller description of the optional checker messagesPierre Sassoulas2022-05-181-2/+2
* [doc] Remove unwanted quotation in code example for message controlPierre Sassoulas2022-05-181-36/+36
* [refactor] Better link and toc definition for overview of messagesPierre Sassoulas2022-05-185-561/+579
* [doc] Move all messages documentation to user_guide/messagesPierre Sassoulas2022-05-1810-36/+43
* [doc] Fix the short version in the sphinx configuration (#6640)Pierre Sassoulas2022-05-181-5/+6
* Add documentation examples for `consider-using-join`. (#6637)Mark Byrne2022-05-182-0/+8
* Add documentation examples for `consider-using-in`. (#6635)Mark Byrne2022-05-172-0/+4
* Add documentation examples for `consider-using-get`. (#6630)Mark Byrne2022-05-172-0/+9
* Add documentation examples for `consider-using-enumerate`. (#6629)Mark Byrne2022-05-162-0/+8
* [doc] Remove our own pycharm sectionPierre Sassoulas2022-05-163-49/+2
* [doc] Remove our own visual studio code duplicated from the official docPierre Sassoulas2022-05-163-64/+4
* [doc] Link to internal document if they existsPierre Sassoulas2022-05-165-13/+25
* [doc] Use internal link instead of url for run command linePierre Sassoulas2022-05-162-5/+5
* Add header for changelogPierre Sassoulas2022-05-161-5/+10
* [doc] Better more useful links for ide integrationPierre Sassoulas2022-05-1610-280/+281
* Move ide integration to the installation sectionPierre Sassoulas2022-05-162-47/+46
* Remove outdated dev/tarball install instructionPierre Sassoulas2022-05-163-13/+31
* [doc] Clean all generated files in the doc's 'make clean'Pierre Sassoulas2022-05-161-1/+1
* [doc] Add a job to install the dependencies before build-htmlPierre Sassoulas2022-05-162-5/+8
* [doc] Lazily write files for repeated doc buildsPierre Sassoulas2022-05-161-1/+23
* [doc] Use a saved environment, do not always read all filesPierre Sassoulas2022-05-162-4/+10
* [refactor] Factorize the message type in loopPierre Sassoulas2022-05-161-3/+3
* [refactor] Create a function for writting a message's .rstPierre Sassoulas2022-05-161-16/+20
* Makefile that expect the requirements to be installedPierre Sassoulas2022-05-161-6/+6
* Added logging-too-many-args message example (#6621)Matus Valo2022-05-152-0/+14
* Added logging-too-few-args message example (#6620)Matus Valo2022-05-152-0/+14
* Added logging-not-lazy message example (#6619)Matus Valo2022-05-154-0/+18
* Added example for invalid-slots-object message (#6618)Matus Valo2022-05-153-0/+5
* Suppress useless-super-delegation on __hash__ in classes with __eq__ (#6611)Tim Martin2022-05-151-0/+4
* [Doc] Create a contact section and cleanup the introduction (#6613)Pierre Sassoulas2022-05-159-200/+121
* Remove utils.subscriptable_with_postponed_evaluation_enabled (#6607)Marc Mueller2022-05-131-6/+6
* Fix no-member in type annotations with future import (#6608)Marc Mueller2022-05-131-0/+5
* Update ranges for error messages (#6606)Marc Mueller2022-05-131-0/+3
* Remove release note for unreleased crash fixJacob Walls2022-05-131-5/+0
* Fix false positive for `undefined-loop-variable` with `enumerate()` (#6602)Jacob Walls2022-05-131-0/+4
* Fix a crash in `unnecessary-list-index-lookup` when incorrectly using `enumer...Jacob Walls2022-05-131-0/+4
* Change wording of use a generator message for sum/max/min (#6600)Pierre Sassoulas2022-05-135-0/+22
* Added use-a-generator message example (#6590)Matus Valo2022-05-134-0/+13
* Write the exception message to stderr in `ASTWalker.walk` (#6598)Yilei "Dolee" Yang2022-05-121-0/+4
* Added using-constant-test message example (#6591)Matus Valo2022-05-122-0/+5
* Add documentation for `using-final-decorator-in-unsupported-version` (#6583)Mark Byrne2022-05-124-0/+14
* Replace `pip install -e` with `pip install -r requirements_test_min.txt` (#6588)Edward K. Ream2022-05-121-2/+4
* [raise-missing-from] Clearer message and example in the documentation (#6576)Pierre Sassoulas2022-05-123-0/+9
* Add `yield-outside-function` documentation examples (#6585)Mark Byrne2022-05-122-0/+5
* Add `unnecessary-pass` documentation examples based on work from the `pylint-...Mark Byrne2022-05-122-0/+5
* Fix a crash in `unnecessary-dict-index-lookup` when subscripting an attribute...Jacob Walls2022-05-111-0/+4
* Better assert message for documentation tests (#6575)Pierre Sassoulas2022-05-111-2/+4