Skip to content
Snippets Groups Projects
Commit e5d6870f authored by Daniel Pope's avatar Daniel Pope
Browse files

Remove spurious 'xxx' (fixes #58)

parent 8e669436
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -240,7 +240,7 @@ class FunctionNameCheck(BaseASTCheck):
prevailing style (e.g. threading.py), to retain backwards compatibility.
"""
check = LOWERCASE_REGEX.match
N802 = "function name '{name}' should be lowercase xxx"
N802 = "function name '{name}' should be lowercase"
N807 = "function name '{name}' should not start or end with '__'"
 
def visit_functiondef(self, node, parents, ignore=None):
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment