Skip to content
Snippets Groups Projects
  • Simon Glass's avatar
    feafc61e
    Makefile: Add a pylint checker to the build · feafc61e
    Simon Glass authored and Tom Rini's avatar Tom Rini committed
    
    At present the Python code in U-Boot is somewhat inconsistent, with some
    files passing pylint quite cleanly and others not.
    
    Add a way to track progress on this clean-up, by checking that no module
    has got any worse as a result of changes.
    
    This can be used with 'make pylint'.
    
    Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
    [trini: Re-generate pylint.base]
    feafc61e
    History
    Makefile: Add a pylint checker to the build
    Simon Glass authored and Tom Rini's avatar Tom Rini committed
    
    At present the Python code in U-Boot is somewhat inconsistent, with some
    files passing pylint quite cleanly and others not.
    
    Add a way to track progress on this clean-up, by checking that no module
    has got any worse as a result of changes.
    
    This can be used with 'make pylint'.
    
    Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
    [trini: Re-generate pylint.base]