awslabs / aws-shell

An integrated shell for working with the AWS CLI.
Apache License 2.0
7.17k stars 772 forks source link

Fixup more linting issues #22

Closed jamesls closed 8 years ago

jamesls commented 8 years ago

These are all the minor cosmetic issues. No functional changes.

As part of this commit, I'm also adding a Makefile that has a "make check" command. The eventual goal is to have "make check" run without errors, but this will take some work.

This is in preparation for https://github.com/awslabs/aws-shell/issues/6, where I'd like to run make check as part of the travis runs.

Note: I've set the diff base as https://github.com/awslabs/aws-shell/pull/21 because it hasn't been merged yet, and I didn't want that diff showing up here. The plan though is to merge this into master.

kyleknap commented 8 years ago

Looks fine. :ship:

jamesls commented 8 years ago

Merged in 07c4745