Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static checks: use import order and style checks from avocado-static-checks #6025

Commits on Sep 11, 2024

  1. Static checks: introduce usage of "avocado-static-checks" project

    This enables the bare minimum of the avocado-static-checks usage, adds
    the submodule switches the "isort" check, one of the most simplistic,
    to the one provided by the avocado-static-checks repo.
    
    Signed-off-by: Cleber Rosa <[email protected]>
    clebergnu committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8706d2e View commit details
    Browse the repository at this point in the history
  2. Static checks: replace style with one by avocado-static-checks

    This replaces another one of the in-tree check scripts with the one
    provided by avocado-static-checks.
    
    Signed-off-by: Cleber Rosa <[email protected]>
    clebergnu committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8242ec0 View commit details
    Browse the repository at this point in the history