Skip to content

Commit 6143572

Browse files
committed
Update message code
1 parent f093121 commit 6143572

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shopify_python/google_styleguide.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class GoogleStyleGuideChecker(checkers.BaseChecker):
6363
'finally-too-long',
6464
"The larger the 'finally' body size, the more likely that an exception will be raised during "
6565
"resource cleanup activities."),
66-
'C2611': ('Lambda has %(found)i nodes',
66+
'C6011': ('Lambda has %(found)i nodes',
6767
'lambda-too-long',
6868
"Okay to use them for one-liners. If the code inside the lambda function is any longer than a "
6969
"certain length, it's probably better to define it as a regular (nested) function."),

0 commit comments

Comments
 (0)