Skip to content

Commit

Permalink
Update preview and fix documentation symbols (#7207)
Browse files Browse the repository at this point in the history
I don't love the sunrise emoji and 🧪 seems nice :)

Requires #7195

---------

Co-authored-by: konsti <[email protected]>
  • Loading branch information
zanieb and konstin authored Sep 11, 2023
1 parent 40c9369 commit 73ad2af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/ruff_dev/src/generate_rules_table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |");
Expand Down

0 comments on commit 73ad2af

Please sign in to comment.