twisted / twistedchecker

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

Missing a blank line before epytext markups #124

Open rodrigc opened 7 years ago

rodrigc commented 7 years ago

If you have a method like this:

def someMethod():
    """
    @return: some value
    """

Twistedchecker will complain with Missing a blank line before epytext markups