mirror of https://github.com/astral-sh/ruff
Update preview and fix documentation symbols (#7207)
I don't love the sunrise emoji and 🧪 seems nice :) Requires #7195 --------- Co-authored-by: konsti <konstin@mailbox.org>
This commit is contained in:
parent
40c936922e
commit
73ad2affa1
|
|
@ -10,8 +10,8 @@ use ruff::upstream_categories::UpstreamCategoryAndPrefix;
|
|||
use ruff_diagnostics::AutofixKind;
|
||||
use ruff_workspace::options::Options;
|
||||
|
||||
const FIX_SYMBOL: &str = "🛠";
|
||||
const PREVIEW_SYMBOL: &str = "🌅";
|
||||
const FIX_SYMBOL: &str = "🛠️";
|
||||
const PREVIEW_SYMBOL: &str = "🧪";
|
||||
|
||||
fn generate_table(table_out: &mut String, rules: impl IntoIterator<Item = Rule>, linter: &Linter) {
|
||||
table_out.push_str("| Code | Name | Message | |");
|
||||
|
|
|
|||
Loading…
Reference in New Issue