-
Notifications
You must be signed in to change notification settings - Fork 581
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
DocStyleBear: Raw docstrings having r
added in generated patch.
#2010
Comments
You mean lines like 210 and 215 @damngamerz |
Does this issue refer to https://github.com/coala/coala-bears/blob/master/bears/documentation/DocumentationStyleBear.py ? |
Yes most probably |
Please assign this issue to me. |
This issue is not due to any fault in the DocumentationStyleBear. The file to be corrected is https://github.com/coala/coala/blob/master/coalib/results/AbsolutePosition.py . There is an extra "r" in the beginning of the docstring which needs to be removed. Refer https://github.com/coala/coala/blob/1d9eb29c179359bdccb050e39fec14aed2ec2073/coalib/results/AbsolutePosition.py#L32 |
Since it is a part of main coala repository, I think this issue can be closed here and opened in coala repository with correct description. This would be a good issue for any newcomer. Can I do that @Makman2 @ishanSrt @damngamerz |
@kriti21 I don't think you understand the concept of raw strings in python. Check them out! This is a valid bug (although I didn't test it myself) if the gist produced by damngamerz is the output of |
@ishanSrt I read about raw strings in python. Sorry for the misunderstanding. However, I am not able to generate this bug myself. I did run |
@kriti21 will get back to you on this as soon as I get time 👍 |
Alright |
@ishanSrt you got some time to help me in generating this issue locally ? |
@kriti21 sorry for the delay 😅. The issue can be replicated exactly as mentioned in the gist. Just tried it out myself with |
Here is the file
|
Thanks for the help @ishanSrt |
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This adds new markers to support raw doctrings in python documentation. Fixes coala/coala-bears#2010
This adds new markers to support raw doctrings in python documentation. Fixes coala/coala-bears#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This adds new markers to support raw doctrings in python documentation. Fixes coala/coala-bears#2010
This adds new markers to support raw doctrings in python documentation. Fixes coala/coala-bears#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This removes the extra 'r' added in raw docstrings in generated patch in python by DocumentationStyleBear. Fixes coala#2010
This adds new markers to support raw doctrings in python documentation. Fixes coala/coala-bears#2010
This adds new markers to support raw doctrings in python documentation. Fixes coala/coala-bears#2010
This adds new markers to support raw doctrings in python documentation. Fixes coala/coala-bears#2010
For reference
https://gist.github.com/damngamerz/7382ac7b5d5504e6508cf30decfbe9d7#file-test_docstylebear_coala-txt-L204
Probable solution will be
indent = ' ' * len(# whatever behind starting marker)
Opened by @damngamerz at gitter//damngamerz
The text was updated successfully, but these errors were encountered: