You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codegen/src/lintdoc.rs
+18-19Lines changed: 18 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -422,7 +422,7 @@ Below the list of rules supported by Biome, divided by group. Here's a legend of
422
422
- The icon <span class='inline-icon' title="This rule is recommended"><Icon name="approve-check-circle"x label="This rule is recommended" /></span> indicates that the rule is part of the recommended rules.
423
423
- The icon <span class='inline-icon' title="This rule has a safe fix"><Icon name="seti:config" label="The rule has a safe fix" /></span> indicates that the rule provides a code action (fix) that is **safe** to apply.
424
424
- The icon <span class='inline-icon' title="This rule has an unsafe fix"><Icon name="warning" label="The rule has an unsafe fix" /></span> indicates that the rule provides a code action (fix) that is **unsafe** to apply.
425
-
- The icon <span class='inline-icon' title="This rule is only available in beta"><Icon name="moon" label="This rule is only available in beta" /></span> indicates that the rule is currently only available in the [2.0 beta release](/blog/biome-v2-0-beta).
425
+
- The icon <span class='inline-icon' title="This rule is not released yet"><Icon name="moon" label="This rule is not released yet" /></span> indicates that the rule has been implemented and scheduled for the next release.
426
426
"#
427
427
)?;
428
428
@@ -512,7 +512,7 @@ fn generate_group(
512
512
}
513
513
514
514
if meta.version == "next"{
515
-
properties.push_str("<span class='inline-icon' title=\"This rule is only available in beta\"><Icon name=\"moon\" label=\"This rule is only available in beta\" size=\"1.2rem\" /></span>");
515
+
properties.push_str("<span class='inline-icon' title=\"This rule is not released yet\"><Icon name=\"moon\" label=\"This rule is not released yet\" size=\"1.2rem\" /></span>");
516
516
}
517
517
518
518
let summary_html = extract_summary_from_rule(meta.docs);
@@ -537,11 +537,7 @@ struct GenRule<'a> {
537
537
}
538
538
539
539
/// Generates the documentation page for a single lint rule
Copy file name to clipboardExpand all lines: src/content/docs/assist/css/actions.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Below the list of rules supported by Biome, divided by group. Here's a legend of
13
13
- The icon <spanclass='inline-icon'title="This rule is recommended"><Iconname="approve-check-circle"xlabel="This rule is recommended" /></span> indicates that the rule is part of the recommended rules.
14
14
- The icon <spanclass='inline-icon'title="This rule has a safe fix"><Iconname="seti:config"label="The rule has a safe fix" /></span> indicates that the rule provides a code action (fix) that is **safe** to apply.
15
15
- The icon <spanclass='inline-icon'title="This rule has an unsafe fix"><Iconname="warning"label="The rule has an unsafe fix" /></span> indicates that the rule provides a code action (fix) that is **unsafe** to apply.
16
-
- The icon <spanclass='inline-icon'title="This rule is only available in beta"><Iconname="moon"label="This rule is only available in beta" /></span> indicates that the rule is currently only available in the [2.0 beta release](/blog/biome-v2-0-beta).
16
+
- The icon <spanclass='inline-icon'title="This rule is not released yet"><Iconname="moon"label="This rule is not released yet" /></span> indicates that the rule has been implemented and scheduled for the next release.
Copy file name to clipboardExpand all lines: src/content/docs/assist/graphql/actions.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,6 @@ Below the list of rules supported by Biome, divided by group. Here's a legend of
13
13
- The icon <spanclass='inline-icon'title="This rule is recommended"><Iconname="approve-check-circle"xlabel="This rule is recommended" /></span> indicates that the rule is part of the recommended rules.
14
14
- The icon <spanclass='inline-icon'title="This rule has a safe fix"><Iconname="seti:config"label="The rule has a safe fix" /></span> indicates that the rule provides a code action (fix) that is **safe** to apply.
15
15
- The icon <spanclass='inline-icon'title="This rule has an unsafe fix"><Iconname="warning"label="The rule has an unsafe fix" /></span> indicates that the rule provides a code action (fix) that is **unsafe** to apply.
16
-
- The icon <spanclass='inline-icon'title="This rule is only available in beta"><Iconname="moon"label="This rule is only available in beta" /></span> indicates that the rule is currently only available in the [2.0 beta release](/blog/biome-v2-0-beta).
16
+
- The icon <spanclass='inline-icon'title="This rule is not released yet"><Iconname="moon"label="This rule is not released yet" /></span> indicates that the rule has been implemented and scheduled for the next release.
Copy file name to clipboardExpand all lines: src/content/docs/assist/javascript/actions.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Below the list of rules supported by Biome, divided by group. Here's a legend of
13
13
- The icon <spanclass='inline-icon'title="This rule is recommended"><Iconname="approve-check-circle"xlabel="This rule is recommended" /></span> indicates that the rule is part of the recommended rules.
14
14
- The icon <spanclass='inline-icon'title="This rule has a safe fix"><Iconname="seti:config"label="The rule has a safe fix" /></span> indicates that the rule provides a code action (fix) that is **safe** to apply.
15
15
- The icon <spanclass='inline-icon'title="This rule has an unsafe fix"><Iconname="warning"label="The rule has an unsafe fix" /></span> indicates that the rule provides a code action (fix) that is **unsafe** to apply.
16
-
- The icon <spanclass='inline-icon'title="This rule is only available in beta"><Iconname="moon"label="This rule is only available in beta" /></span> indicates that the rule is currently only available in the [2.0 beta release](/blog/biome-v2-0-beta).
16
+
- The icon <spanclass='inline-icon'title="This rule is not released yet"><Iconname="moon"label="This rule is not released yet" /></span> indicates that the rule has been implemented and scheduled for the next release.
Copy file name to clipboardExpand all lines: src/content/docs/assist/json/actions.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Below the list of rules supported by Biome, divided by group. Here's a legend of
13
13
- The icon <spanclass='inline-icon'title="This rule is recommended"><Iconname="approve-check-circle"xlabel="This rule is recommended" /></span> indicates that the rule is part of the recommended rules.
14
14
- The icon <spanclass='inline-icon'title="This rule has a safe fix"><Iconname="seti:config"label="The rule has a safe fix" /></span> indicates that the rule provides a code action (fix) that is **safe** to apply.
15
15
- The icon <spanclass='inline-icon'title="This rule has an unsafe fix"><Iconname="warning"label="The rule has an unsafe fix" /></span> indicates that the rule provides a code action (fix) that is **unsafe** to apply.
16
-
- The icon <spanclass='inline-icon'title="This rule is only available in beta"><Iconname="moon"label="This rule is only available in beta" /></span> indicates that the rule is currently only available in the [2.0 beta release](/blog/biome-v2-0-beta).
16
+
- The icon <spanclass='inline-icon'title="This rule is not released yet"><Iconname="moon"label="This rule is not released yet" /></span> indicates that the rule has been implemented and scheduled for the next release.
Copy file name to clipboardExpand all lines: src/content/docs/linter/css/rules.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Below the list of rules supported by Biome, divided by group. Here's a legend of
13
13
- The icon <spanclass='inline-icon'title="This rule is recommended"><Iconname="approve-check-circle"xlabel="This rule is recommended" /></span> indicates that the rule is part of the recommended rules.
14
14
- The icon <spanclass='inline-icon'title="This rule has a safe fix"><Iconname="seti:config"label="The rule has a safe fix" /></span> indicates that the rule provides a code action (fix) that is **safe** to apply.
15
15
- The icon <spanclass='inline-icon'title="This rule has an unsafe fix"><Iconname="warning"label="The rule has an unsafe fix" /></span> indicates that the rule provides a code action (fix) that is **unsafe** to apply.
16
-
- The icon <spanclass='inline-icon'title="This rule is only available in beta"><Iconname="moon"label="This rule is only available in beta" /></span> indicates that the rule is currently only available in the [2.0 beta release](/blog/biome-v2-0-beta).
16
+
- The icon <spanclass='inline-icon'title="This rule is not released yet"><Iconname="moon"label="This rule is not released yet" /></span> indicates that the rule has been implemented and scheduled for the next release.
Copy file name to clipboardExpand all lines: src/content/docs/linter/graphql/rules.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Below the list of rules supported by Biome, divided by group. Here's a legend of
13
13
- The icon <spanclass='inline-icon'title="This rule is recommended"><Iconname="approve-check-circle"xlabel="This rule is recommended" /></span> indicates that the rule is part of the recommended rules.
14
14
- The icon <spanclass='inline-icon'title="This rule has a safe fix"><Iconname="seti:config"label="The rule has a safe fix" /></span> indicates that the rule provides a code action (fix) that is **safe** to apply.
15
15
- The icon <spanclass='inline-icon'title="This rule has an unsafe fix"><Iconname="warning"label="The rule has an unsafe fix" /></span> indicates that the rule provides a code action (fix) that is **unsafe** to apply.
16
-
- The icon <spanclass='inline-icon'title="This rule is only available in beta"><Iconname="moon"label="This rule is only available in beta" /></span> indicates that the rule is currently only available in the [2.0 beta release](/blog/biome-v2-0-beta).
16
+
- The icon <spanclass='inline-icon'title="This rule is not released yet"><Iconname="moon"label="This rule is not released yet" /></span> indicates that the rule has been implemented and scheduled for the next release.
0 commit comments