mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue