Closed cfournie closed 7 years ago
This PR proposes a bugfix release (v0.2.1) and fixes a mismatch between a message name added versus defined (__use_simple_lambdas adds use-simple-lambdas whereas C6011 was defined as lambda-too-long).
__use_simple_lambdas
use-simple-lambdas
C6011
lambda-too-long
A test to prevent this should be added in the future https://github.com/Shopify/shopify_python/issues/45.
Fixes https://github.com/Shopify/shopify_python/issues/43.
This PR proposes a bugfix release (v0.2.1) and fixes a mismatch between a message name added versus defined (
__use_simple_lambdas
addsuse-simple-lambdas
whereasC6011
was defined aslambda-too-long
).A test to prevent this should be added in the future https://github.com/Shopify/shopify_python/issues/45.
Fixes https://github.com/Shopify/shopify_python/issues/43.