summaryrefslogtreecommitdiffstats
path: root/scripts/oe-pylint
Commit message (Collapse)AuthorAgeFilesLines
* scripts: Add oe-pylintRichard Purdie2019-03-061-0/+11
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. (From OE-Core rev: 0a306d4f706b55f64228c7a0a14ff1ad127d7df9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>