Skip to content

Commit

Permalink
Static checks: introduce usage of "avocado-static-checks" project
Browse files Browse the repository at this point in the history
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.

In the long run, the symlinks will be removed and the "static-checks"
suite in the "selftests/check.py" script will be updated.

Signed-off-by: Cleber Rosa <[email protected]>
  • Loading branch information
clebergnu committed Sep 11, 2024
1 parent b00cf3e commit 298e2e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "static-checks"]
path = static-checks
url = https://github.com/avocado-framework/avocado-static-checks
3 changes: 0 additions & 3 deletions selftests/isort.sh

This file was deleted.

1 change: 1 addition & 0 deletions selftests/isort.sh
1 change: 1 addition & 0 deletions static-checks
Submodule static-checks added at a7f8a7

0 comments on commit 298e2e6

Please sign in to comment.