Skip to content

Commit

Permalink
autotest: Add indent check to CI job
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Meneghel Rodrigues <lmr@scylladb.com>
  • Loading branch information
lmr committed Dec 1, 2015
1 parent f84f6ba commit 777af10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ install:
- pip install inspektor

script:
- inspekt indent
- ./utils/unittest_suite_nose.py -c .nose.cfg
- inspekt lint
- rm -f tko/tko_pb2.py
Expand Down

1 comment on commit 777af10

@ldoktor
Copy link
Member

@ldoktor ldoktor commented on 777af10 Dec 1, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, how about inspekt style?

Please sign in to comment.