VPP-237: Checkstyle script to check for new checkstyle breakage 35/2235/17
authorEd Warnicke <eaw@cisco.com>
Fri, 5 Aug 2016 18:43:58 +0000 (11:43 -0700)
committerEd Warnicke <eaw@cisco.com>
Fri, 12 Aug 2016 20:56:29 +0000 (13:56 -0700)
commitbe053b87cf321c34d780e9c79ad455513fb98395
tree79c70c65e97db4a948abf33b7b40a0f51cb090eb
parent853e720fdd74b1ffb1168c1503cd97eb5b7f8b60
VPP-237: Checkstyle script to check for new checkstyle breakage

indent is... cantankerous

It sometimes happens that if you run

indent A

resulting in A'

and then

indent A'

you get back A.  Since the check here is premised on being able
to run indent and not see any changed... we have to run it twice
to be sure.

Change-Id: I5b73e02f5996d8a01ec2e46741affbc6d62da6c9
Signed-off-by: Ed Warnicke <eaw@cisco.com>
.gitignore
build-root/scripts/checkstyle.sh [new file with mode: 0755]