twisted / twistedchecker

twistedchecker is a tool to automatically verify code against the Twisted coding standard.
MIT License
9 stars 13 forks source link

No warnings on backslash usage #107

Open vladipus opened 9 years ago

vladipus commented 9 years ago

http://twistedmatrix.com/documents/current/core/development/policy/coding-standard.html#whitespace

The paragraph states:

Lines are flowed at 79 columns. They must not have trailing whitespace. Long lines must be wrapped using implied line continuation inside parentheses; backslashes aren’t allowed.