kiyah
kiyah
Closes #120
The line continuation bear should ignore line endings with backslash(es) in strings automatically. For example, [these lines](https://github.com/coala/coala/blob/master/coalib/bearlib/languages/Language.py#L290-L292) should be ignored: ```python """ OrderedDict([(, ('#',)), (, ('#',)), \ (, ('#',)), (,...
LineContinuationBear should ignore lines like [this](https://github.com/coala/coala/blob/master/coalib/bearlib/languages/documentation/DocumentationExtraction.py#L214) automatically: ```python malformed_comment = MalformedComment(dedent("""\ ```
Issue: https://github.com/coala/coala-bears/issues/1922 **For short term contributors:** we understand that getting your commits well defined like we require is a hard task and takes some learning. If you look to help...
The building instructions page found at https://www.ev3dev.org/projects/2015/05/06/EV3-Print3rbot/ is no longer alive. Searching it up doesn't bring any useful results either. Could you please bring it back? Post a link to...