Makefile: Add a way to check for pylint errors
authorSimon Glass <sjg@chromium.org>
Fri, 11 Feb 2022 20:23:24 +0000 (13:23 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 2 Mar 2022 15:28:12 +0000 (10:28 -0500)
commitf44a52af4df0a56c0971ede516a1ac2194f29951
treec702ef4188c599f5c5324cdad55a70e9fc33438e
parent9e0077796faa917650fe8831009bbed1090286e6
Makefile: Add a way to check for pylint errors

Add a new 'pylint_err' target which only reports errors, not warnings.

Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile