-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
changed desc of --indent-string #9132
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello, thank you for your contribution ! all-options.rst
is generated from the code and it's overwritten later, you'll need to modify the description directly in the code inside the format checker. Preview of the result will be here : https://pylint--9132.org.readthedocs.build/en/9132/user_guide/configuration/all-options.html#format-checker (the CI does not need to be approved as it's only readthedoc).
Codecov Report
|
for more information, see https://pre-commit.ci
Hey you can run the test locally with pytest, see https://pylint.readthedocs.io/en/stable/development_guide/contributor_guide/tests/index.html :) |
Type of Changes
Description
Closes #8392
Currently .rst to .html converter converts 4 spaces to monospace and removes the \ as an escape character.
![image](https://private-user-images.githubusercontent.com/77039163/273466231-48f569d9-f3fc-49be-839e-05a4191539b9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNDYwOTcsIm5iZiI6MTczOTI0NTc5NywicGF0aCI6Ii83NzAzOTE2My8yNzM0NjYyMzEtNDhmNTY5ZDktZjNmYy00OWJlLTgzOWUtMDVhNDE5MTUzOWI5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDAzNDk1N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTc1OTZmZTkyMGExNTQ0MzJjYTA3ODJkZjA1M2YzMzQyMzgxOTAyMGVkM2JiYmNlMWEyZThiY2MxOTdmYWQxM2UmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.PfzQIcYtL4MWw_JeJ-7OtBOR6H4PX2lne6d9ulzhZzQ)
Temporary fix as it changes documentation style but also does not provide false information. Shows as below -