alexa / alexa-skills-kit-sdk-for-java

The Alexa Skills Kit SDK for Java helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
http://developer.amazon.com/ask
Apache License 2.0
818 stars 748 forks source link

Update travis yml config and add checkstyle config. #239

Closed pbheemag closed 4 years ago

pbheemag commented 4 years ago

Description

Update travis.yml config and add checkstyle config to run checkstyle checks as part of travis build. The checkstyle config at the root folder is run against all the child packages.

Motivation and Context

Standardize code quality and contributions to the package.

Testing

local testing with the updated command. DO NOT MERGE THIS UNTIL ALL CHECKSTYLE ERRORS ACROSS ALL PACKAGES HAVE BEEN ADDRESSED

Screenshots (if appropriate)

Types of changes

Checklist

License