twisted / twistedchecker

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

twistedchecker thinks a '#' in a string starts a comment, complains #121

Closed wsanchez closed 7 years ago

wsanchez commented 7 years ago

I made this change: https://github.com/twisted/twisted/pull/620/commits/9c0d56c26a26cee6afda01efe6b876f39613036e

Because:

See: https://travis-ci.org/twisted/twisted/jobs/181781383

adiroiban commented 7 years ago

This looks like a duplicate for #103 and #110

wsanchez commented 7 years ago

103 is about capitalization requirements in comments, and seems unrelated.

This is a dup of #110, though.