]> code.ossystems Code Review - openembedded-core.git/commit
scripts: Add oe-pylint
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Mar 2019 17:15:05 +0000 (17:15 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Mar 2019 23:12:06 +0000 (23:12 +0000)
commit0a306d4f706b55f64228c7a0a14ff1ad127d7df9
treeb979f44c890a7149353180373ba6ecca1db68bf5
parentace3c0fff40604450ea8f0a669aaa37fbe730069
scripts: Add oe-pylint

Add an oe-pylint wrapper around pylint3 to run static analysis on our python
codebase. For now display errors and exclude common warnings which are not
applicable to our codebase.

The aim is to start generating this report on the autobuilder and to
improve our score over time.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-pylint [new file with mode: 0755]