Tobias Bieniek
Tobias Bieniek
@t-sauer the potential advantage of having a custom rule would be that it can be `--fix`-able, but it's probably not worth it in this case đ¤
@rwwagner90 can you share the full stack trace and possibly an example snippet that reproduces the issue?
sweeeeeet! thank you, Chris! â¤ī¸
I can confirm that CI is green now. thanks again!
in the linked PR we are currently requesting https://play.rust-lang.org/meta/crates to get the list of supported crates. the best solution from our side would be if that endpoint supported a query...
FWIW we're using https://github.com/mixonic/ember-cli-deprecation-workflow to simply disable the deprecation warning since it will silence itself again eventually
@bmish it seems a bit dangerous to me to have autofixers for the array prototype rule since we can't actually reliably detect if this rule is a false positive or...
I'd recommend a slightly higher limit due to https://blog.rust-lang.org/2024/03/11/crates-io-download-changes.html, but other than that this sounds reasonable đ
another thought: it probably makes sense to limit the number of entries per category to some degree. e.g. if we already have 15 entries for category X then adding a...
Since this issue was opened we've started to parse the embedded `Cargo.toml` files ourselves. For example, we are reading the `rust-version` value from the manifest, and are saving it to...