Shopify / shopify_python

Python development standards at Shopify
MIT License
65 stars 13 forks source link

Fix message name and increase version to 0.2.1 #44

Closed cfournie closed 7 years ago

cfournie commented 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).

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.