Skip to content

Commit

Permalink
Static checks: replace style with one by avocado-static-checks
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
clebergnu committed Sep 11, 2024
1 parent 8706d2e commit 8242ec0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions selftests/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ def create_suites(args): # pylint: disable=W0621
config_check_static["resolver.references"].append(
"static-checks/check-import-order"
)
config_check_static["resolver.references"].append("static-checks/check-style")
suites.append(TestSuite.from_config(config_check_static, "static-checks"))

# ========================================================================
Expand Down
4 changes: 0 additions & 4 deletions selftests/style.sh

This file was deleted.

0 comments on commit 8242ec0

Please sign in to comment.