mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:48:32 +00:00
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
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@
|
|||
# [kinda dangerous](https://moyix.blogspot.com/2022/09/someones-been-messing-with-my-subnormals.html)
|
||||
#
|
||||
# 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
|
||||
# scripts/ecosystem_all_check.sh check --select RUF200
|
||||
# ```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue