atlassian / escalator

Escalator is a batch or job optimized horizontal autoscaler for Kubernetes
Apache License 2.0
662 stars 59 forks source link

Linting on PR with goreturns #149

Closed Jacobious52 closed 5 years ago

Jacobious52 commented 5 years ago

Closes #133

Updating the formatter to use go returns and add a linting check for travis CI

Also formatted code with goreturns.

Jacobious52 commented 5 years ago

PR also now drops Go 1.10.x support and builds from Go 1.11.x.

Will add Go 1.12.x support in a future PR