Skip to content
  • Michael Baudino's avatar
    chore(ci): add Buildroot codestyle linting · 480ebdf6
    Michael Baudino authored and OyyoDams's avatar OyyoDams committed
    This commit adds a CI stage that runs Buildroot integrated linter
    (`check-package`) against all our `.mk`, `.hash` and `Config.in` files.
    
    This new CI stage can be run locally using:
    
    ```bash
    gitlab-runner exec docker "lint buildroot packages"
    ```
    
    It also fixes a few codestyle offenses introduced recently (necessary
    for the CI to pass).
    480ebdf6