We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f093121 commit 6143572Copy full SHA for 6143572
1 file changed
shopify_python/google_styleguide.py
@@ -63,7 +63,7 @@ class GoogleStyleGuideChecker(checkers.BaseChecker):
63
'finally-too-long',
64
"The larger the 'finally' body size, the more likely that an exception will be raised during "
65
"resource cleanup activities."),
66
- 'C2611': ('Lambda has %(found)i nodes',
+ 'C6011': ('Lambda has %(found)i nodes',
67
'lambda-too-long',
68
"Okay to use them for one-liners. If the code inside the lambda function is any longer than a "
69
"certain length, it's probably better to define it as a regular (nested) function."),
0 commit comments