Add Tox commands to lint Python code 11/65711/2
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Mon, 10 Dec 2018 17:23:57 +0000 (09:23 -0800)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Mon, 28 Jan 2019 16:15:22 +0000 (08:15 -0800)
commitfec60830441602591c43309dd1d564f08198dca6
tree9cd24e27ae4e7c0c54913fb82e95c06fc28aca82
parent93ac1cd683998a10c408069f72c421673f7ddfee
Add Tox commands to lint Python code

This adds tox jobs for running flake8.

Flake8 is a syntax analyzer for python source code that combines
the tools pyflakes and pep8 into one.

This tool can be used to find syntax issues, unnecessary imports, and
style violations, which all improve the code quality and readability.

Change-Id: I7521c3a43ef4599eb12fd72e87a0c6ec0df61e7a
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
dashboard/tox.ini [new file with mode: 0644]