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

fix lint checks instruction #76

Merged
merged 1 commit into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading