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

Avocado: use avocado-static-checks #6026

Merged
merged 3 commits into from
Sep 17, 2024

Commits on Sep 16, 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.
    
    Fixes: avocado-framework#5991
    Signed-off-by: Cleber Rosa <[email protected]>
    clebergnu committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8639fdb 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.
    
    Fixes: avocado-framework#5989
    Signed-off-by: Cleber Rosa <[email protected]>
    clebergnu committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    64b816e View commit details
    Browse the repository at this point in the history
  3. Static checks: use lint check from avocado-static-checks

    This switches to the script provided by the avocado-static-checks
    repo, while using the local pylintrc configuration (set through the
    use of "avocado-static-checks.conf".
    
    In the near future, at least the "avocado/utils" directory needs to
    made compliant with the standard pylint configuration provided by
    avocado-static-checks, so that code can be easily moved to autils.
    
    Fixes: avocado-framework#5990
    Signed-off-by: Cleber Rosa <[email protected]>
    clebergnu committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    41edcce View commit details
    Browse the repository at this point in the history