]> Git Repo - buildroot-mgba.git/commit - .gitlab-ci.yml.in
.gitlab-ci.yml: check flake8
authorRicardo Martincoski <[email protected]>
Tue, 13 Mar 2018 03:09:44 +0000 (00:09 -0300)
committerThomas Petazzoni <[email protected]>
Sat, 31 Mar 2018 20:48:29 +0000 (22:48 +0200)
commit1960eda2f681c16c22ab613fbd54a2aaa2a5e7dd
tree3edeabcdd2d2110cd861f8eede0dfa0891b6fdac
parent12b08c2be639e26ba0983d7dbdb3bddd91355f4c
.gitlab-ci.yml: check flake8

Add a test to check Python code style in the whole buildroot tree.

Search files by type in order to help flake8 to find the Python scripts
without .py extension. But don't rely only in the output of 'file' as it
uses heuristics and sometimes it is wrong (specially identifying Python
files as C++ source for the 'file' version currently in the Docker
image).

Include in the output:
 - the list of Python files processed;
 - statistics for each kind of warning;
 - the total number of warnings;
 - the number of Python files processed.

Signed-off-by: Ricardo Martincoski <[email protected]>
Cc: Arnout Vandecappelle <[email protected]>
Cc: Yann E. MORIN <[email protected]>
Reviewed-by: "Yann E. MORIN" <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
.gitlab-ci.yml
.gitlab-ci.yml.in
This page took 0.032226 seconds and 4 git commands to generate.