bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: convert-ly rule for tocItem


From: Noeck
Subject: Re: convert-ly rule for tocItem
Date: Sun, 23 Aug 2020 08:09:42 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

Btw, pylint reveals (among many other things) 27 warnings about:

W1401: Anomalous backslash in string: '\m'. String constant might be
missing an r prefix. (anomalous-backslash-in-string)

which shows that backslashes are not placed properly. In the case of
`\m` this is interpreted as `\\m` but in cases of `\n` it is a new line.


As discussed elsewhere, it is very far from PEP8 standards.

+-----------+-------+
|type       |number |
+===========+=======+
|convention |1176   |
+-----------+-------+
|refactor   |9      |
+-----------+-------+
|warning    |45     |
+-----------+-------+
|error      |465    |
+-----------+-------+




reply via email to

[Prev in Thread] Current Thread [Next in Thread]