mirror of https://github.com/astral-sh/ruff
Document ecosystem_all_check.sh input json (#6824)
Document the origin of `github_search.jsonl` in `ecosystem_all_check.sh`
This commit is contained in:
parent
0688883404
commit
19a87c220a
|
|
@ -6,7 +6,9 @@
|
||||||
# [kinda dangerous](https://moyix.blogspot.com/2022/09/someones-been-messing-with-my-subnormals.html)
|
# [kinda dangerous](https://moyix.blogspot.com/2022/09/someones-been-messing-with-my-subnormals.html)
|
||||||
#
|
#
|
||||||
# Usage:
|
# Usage:
|
||||||
# ```
|
# ```shell
|
||||||
|
# # You can also use any other check_ecosystem.py input file
|
||||||
|
# curl https://raw.githubusercontent.com/akx/ruff-usage-aggregate/master/data/known-github-tomls-clean.jsonl > github_search.jsonl
|
||||||
# cargo build --release --target x86_64-unknown-linux-musl --bin ruff
|
# cargo build --release --target x86_64-unknown-linux-musl --bin ruff
|
||||||
# scripts/ecosystem_all_check.sh check --select RUF200
|
# scripts/ecosystem_all_check.sh check --select RUF200
|
||||||
# ```
|
# ```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue