-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: #5991 Signed-off-by: Cleber Rosa <[email protected]>
- Loading branch information
Showing
6 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,13 @@ Git workflow | |
|
||
- Clone from your fork:: | ||
|
||
$ git clone [email protected]:<username>/avocado.git | ||
$ git clone --recurse-submodules [email protected]:<username>/avocado.git | ||
|
||
.. note:: The ``--recurse-submodules`` option is used to checkout the | ||
contents from the `avocado-static-checks | ||
<https://github.com/avocado-framework/avocado-static-checks>`_ | ||
repository, which is not needed for general Avocado installations, | ||
but which is very important for development purposes. | ||
|
||
- Enter the directory:: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Submodule static-checks
added at
2f53ec