Skip to content

Commit

Permalink
fix lint checks instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoerg authored and willcl-ark committed Jan 19, 2024
1 parent ef41193 commit a9fafe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Or you can run all checks with:

[source,bash]
----
python test/lint/all-lint.py
cd ./test/lint/test_runner/ && cargo fmt && cargo clippy && cargo run
----

NOTE: Previously these checks were shell scripts (`*.sh`), but they have now been migrated to python on master.
Expand Down
2 changes: 1 addition & 1 deletion tests-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
|`test/functional/test_runner.py`

|lint checks
|`test/lint/all-lint.py`
|See the https://github.com/bitcoin/bitcoin/blob/master/test/lint/README.md#running-locally[documentation^]

|fuzz
|See the https://github.com/bitcoin/bitcoin/blob/master/doc/fuzzing.md[documentation^]
Expand Down

0 comments on commit a9fafe8

Please sign in to comment.