mweagle / Sparta

go microservices, powered by AWS Lambda
https://gosparta.io
MIT License
717 stars 48 forks source link

BREAKING: quiet all megacheck warnings #93

Open mweagle opened 6 years ago

mweagle commented 6 years ago

At time of filing there are two warnings produced by megacheck:

./aws/cloudformation/util.go:676:6: func name will be used as cloudformation.CloudFormationResourceName by other packages, and that stutters; consider calling this ResourceName
./sparta.go:318:6: type name will be used as sparta.SpartaOptions by other packages, and that stutters; consider calling this Options

Consider renaming them to comply