You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2022. It is now read-only.
check_compliance.py: Detect bad header comments and other nits
Add a generic kitchen-sink Nits test for various minor nits that aren't
already covered by tools like checkpatch.pl and pylint. So far checks
this:
- Header comments in Kconfig files
- Missing newlines at the end of various source files (probably a bad
editor setting)
- Leading/trailing blank lines in files
Signed-off-by: Ulf Magnusson <[email protected]>
0 commit comments