diff --git a/scripts/ecosystem_all_check.sh b/scripts/ecosystem_all_check.sh index 7eb593c469..7c3233cc33 100755 --- a/scripts/ecosystem_all_check.sh +++ b/scripts/ecosystem_all_check.sh @@ -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 # ```