mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Tweak lint script colors for travis
This commit is contained in:
parent
c1eaf60461
commit
c7183a14a5
@ -6,13 +6,13 @@ echo "Checking style with flake8..."
|
|||||||
tput setaf 1
|
tput setaf 1
|
||||||
flake8 --exclude www_static homeassistant
|
flake8 --exclude www_static homeassistant
|
||||||
FLAKE8_STATUS=$?
|
FLAKE8_STATUS=$?
|
||||||
tput sgr0
|
tput setaf 7; tput sgr0
|
||||||
|
|
||||||
echo "Checking style with pylint..."
|
echo "Checking style with pylint..."
|
||||||
tput setaf 1
|
tput setaf 1
|
||||||
tput setaf 1; pylint homeassistant
|
pylint homeassistant
|
||||||
PYLINT_STATUS=$?
|
PYLINT_STATUS=$?
|
||||||
tput sgr0
|
tput setaf 7; tput sgr0
|
||||||
|
|
||||||
if [ $FLAKE8_STATUS -eq 0 ]
|
if [ $FLAKE8_STATUS -eq 0 ]
|
||||||
then
|
then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user