Update Yamllint Version 49/45249/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Mon, 16 Oct 2017 15:42:46 +0000 (08:42 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Mon, 16 Oct 2017 15:42:46 +0000 (08:42 -0700)
1.6.0 is quite a bit out of date; Updating Yamllint to 1.8.2 will enable
some nicer feature of yamllint (like single line rule disables).

Change-Id: I88d1c14539516ccef4f5e2e7e95b0017503dd98f
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
jjb/global/releng-macros.yml

index 59415f5..a5d0fee 100644 (file)
           export PATH=$PATH:/usr/local/bin/
 
           # install python packages
-          pip install "yamllint==1.6.0"
+          pip install "yamllint==1.8.2"
 
           # generate and upload lint log
           echo "Running yaml code on $PROJECT ..."