2015-02-23 01:33:01 +00:00
|
|
|
# Run style checks
|
|
|
|
|
2015-01-17 22:32:33 +00:00
|
|
|
# If current pwd is scripts, go 1 up.
|
|
|
|
if [ ${PWD##*/} == "scripts" ]; then
|
|
|
|
cd ..
|
|
|
|
fi
|
|
|
|
|
2015-09-09 16:08:06 +00:00
|
|
|
flake8 homeassistant
|
2015-01-17 22:32:33 +00:00
|
|
|
pylint homeassistant
|