diff --git a/crates/biome_css_analyze/tests/specs/a11y/useGenericFontNames/invalid.css.snap b/crates/biome_css_analyze/tests/specs/a11y/useGenericFontNames/invalid.css.snap index 1eab83cfb450..e8761f203d4f 100644 --- a/crates/biome_css_analyze/tests/specs/a11y/useGenericFontNames/invalid.css.snap +++ b/crates/biome_css_analyze/tests/specs/a11y/useGenericFontNames/invalid.css.snap @@ -15,7 +15,7 @@ a { font: 1em Lucida Grande, Arial, "sans-serif" } # Diagnostics ``` -invalid.css:1:18 lint/nursery/useGenericFontNames ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:1:18 lint/a11y/useGenericFontNames ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Generic font family missing. @@ -37,7 +37,7 @@ invalid.css:1:18 lint/nursery/useGenericFontNames ━━━━━━━━━━ ``` ``` -invalid.css:2:44 lint/nursery/useGenericFontNames ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:2:44 lint/a11y/useGenericFontNames ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Generic font family missing. @@ -60,7 +60,7 @@ invalid.css:2:44 lint/nursery/useGenericFontNames ━━━━━━━━━━ ``` ``` -invalid.css:3:18 lint/nursery/useGenericFontNames ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:3:18 lint/a11y/useGenericFontNames ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Generic font family missing. @@ -84,7 +84,7 @@ invalid.css:3:18 lint/nursery/useGenericFontNames ━━━━━━━━━━ ``` ``` -invalid.css:4:18 lint/nursery/useGenericFontNames ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:4:18 lint/a11y/useGenericFontNames ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Generic font family missing. @@ -108,7 +108,7 @@ invalid.css:4:18 lint/nursery/useGenericFontNames ━━━━━━━━━━ ``` ``` -invalid.css:5:39 lint/nursery/useGenericFontNames ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:5:39 lint/a11y/useGenericFontNames ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Generic font family missing. @@ -132,7 +132,7 @@ invalid.css:5:39 lint/nursery/useGenericFontNames ━━━━━━━━━━ ``` ``` -invalid.css:6:43 lint/nursery/useGenericFontNames ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:6:43 lint/a11y/useGenericFontNames ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Generic font family missing. @@ -155,7 +155,7 @@ invalid.css:6:43 lint/nursery/useGenericFontNames ━━━━━━━━━━ ``` ``` -invalid.css:7:37 lint/nursery/useGenericFontNames ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:7:37 lint/a11y/useGenericFontNames ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Generic font family missing. diff --git a/crates/biome_css_analyze/tests/specs/correctness/noInvalidGridAreas/invalid.css.snap b/crates/biome_css_analyze/tests/specs/correctness/noInvalidGridAreas/invalid.css.snap index 90975df85f82..c438f9931320 100644 --- a/crates/biome_css_analyze/tests/specs/correctness/noInvalidGridAreas/invalid.css.snap +++ b/crates/biome_css_analyze/tests/specs/correctness/noInvalidGridAreas/invalid.css.snap @@ -37,7 +37,7 @@ a { grid-template-areas: "a a a" # Diagnostics ``` -invalid.css:1:26 lint/nursery/noInvalidGridAreas ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:1:26 lint/correctness/noInvalidGridAreas ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Empty grid areas are not allowed. @@ -52,7 +52,7 @@ invalid.css:1:26 lint/nursery/noInvalidGridAreas ━━━━━━━━━━ ``` ``` -invalid.css:2:26 lint/nursery/noInvalidGridAreas ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:2:26 lint/correctness/noInvalidGridAreas ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Inconsistent cell count in grid areas are not allowed. @@ -68,7 +68,7 @@ invalid.css:2:26 lint/nursery/noInvalidGridAreas ━━━━━━━━━━ ``` ``` -invalid.css:4:33 lint/nursery/noInvalidGridAreas ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:4:33 lint/correctness/noInvalidGridAreas ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Empty grid areas are not allowed. @@ -87,7 +87,7 @@ invalid.css:4:33 lint/nursery/noInvalidGridAreas ━━━━━━━━━━ ``` ``` -invalid.css:6:33 lint/nursery/noInvalidGridAreas ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:6:33 lint/correctness/noInvalidGridAreas ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Duplicate filled in rectangle are not allowed. @@ -106,7 +106,7 @@ invalid.css:6:33 lint/nursery/noInvalidGridAreas ━━━━━━━━━━ ``` ``` -invalid.css:11:33 lint/nursery/noInvalidGridAreas ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:11:33 lint/correctness/noInvalidGridAreas ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Duplicate filled in rectangle are not allowed. @@ -125,7 +125,7 @@ invalid.css:11:33 lint/nursery/noInvalidGridAreas ━━━━━━━━━━ ``` ``` -invalid.css:15:33 lint/nursery/noInvalidGridAreas ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:15:33 lint/correctness/noInvalidGridAreas ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Duplicate filled in rectangle are not allowed. @@ -144,7 +144,7 @@ invalid.css:15:33 lint/nursery/noInvalidGridAreas ━━━━━━━━━━ ``` ``` -invalid.css:17:35 lint/nursery/noInvalidGridAreas ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:17:35 lint/correctness/noInvalidGridAreas ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Duplicate filled in rectangle are not allowed. @@ -163,7 +163,7 @@ invalid.css:17:35 lint/nursery/noInvalidGridAreas ━━━━━━━━━━ ``` ``` -invalid.css:21:35 lint/nursery/noInvalidGridAreas ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:21:35 lint/correctness/noInvalidGridAreas ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Inconsistent cell count in grid areas are not allowed. @@ -182,7 +182,7 @@ invalid.css:21:35 lint/nursery/noInvalidGridAreas ━━━━━━━━━━ ``` ``` -invalid.css:24:33 lint/nursery/noInvalidGridAreas ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:24:33 lint/correctness/noInvalidGridAreas ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Duplicate filled in rectangle are not allowed. @@ -201,7 +201,7 @@ invalid.css:24:33 lint/nursery/noInvalidGridAreas ━━━━━━━━━━ ``` ``` -invalid.css:27:33 lint/nursery/noInvalidGridAreas ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:27:33 lint/correctness/noInvalidGridAreas ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Duplicate filled in rectangle are not allowed. diff --git a/crates/biome_css_analyze/tests/specs/correctness/noUnknownFunction/invalid.css.snap b/crates/biome_css_analyze/tests/specs/correctness/noUnknownFunction/invalid.css.snap index 178143b18be9..77f09cf8dbbf 100644 --- a/crates/biome_css_analyze/tests/specs/correctness/noUnknownFunction/invalid.css.snap +++ b/crates/biome_css_analyze/tests/specs/correctness/noUnknownFunction/invalid.css.snap @@ -11,7 +11,7 @@ a { width: calc(10% * unknown(1)); } # Diagnostics ``` -invalid.css:1:16 lint/nursery/noUnknownFunction ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:1:16 lint/correctness/noUnknownFunction ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unexpected unknown function: unknown @@ -28,7 +28,7 @@ invalid.css:1:16 lint/nursery/noUnknownFunction ━━━━━━━━━━ ``` ``` -invalid.css:2:16 lint/nursery/noUnknownFunction ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:2:16 lint/correctness/noUnknownFunction ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unexpected unknown function: UNKNOWN @@ -45,7 +45,7 @@ invalid.css:2:16 lint/nursery/noUnknownFunction ━━━━━━━━━━ ``` ``` -invalid.css:3:23 lint/nursery/noUnknownFunction ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:3:23 lint/correctness/noUnknownFunction ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unexpected unknown function: unknown diff --git a/crates/biome_css_analyze/tests/specs/correctness/noUnknownMediaFeatureName/invalid.css.snap b/crates/biome_css_analyze/tests/specs/correctness/noUnknownMediaFeatureName/invalid.css.snap index 0fd5c20ef3f6..74ab858b6747 100644 --- a/crates/biome_css_analyze/tests/specs/correctness/noUnknownMediaFeatureName/invalid.css.snap +++ b/crates/biome_css_analyze/tests/specs/correctness/noUnknownMediaFeatureName/invalid.css.snap @@ -26,7 +26,7 @@ expression: invalid.css # Diagnostics ``` -invalid.css:1:8 lint/nursery/noUnknownMediaFeatureName ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:1:8 lint/correctness/noUnknownMediaFeatureName ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Don't use unknown media feature names. @@ -43,7 +43,7 @@ invalid.css:1:8 lint/nursery/noUnknownMediaFeatureName ━━━━━━━━ ``` ``` -invalid.css:4:8 lint/nursery/noUnknownMediaFeatureName ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:4:8 lint/correctness/noUnknownMediaFeatureName ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Don't use unknown media feature names. @@ -62,7 +62,7 @@ invalid.css:4:8 lint/nursery/noUnknownMediaFeatureName ━━━━━━━━ ``` ``` -invalid.css:7:8 lint/nursery/noUnknownMediaFeatureName ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:7:8 lint/correctness/noUnknownMediaFeatureName ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Don't use unknown media feature names. @@ -81,7 +81,7 @@ invalid.css:7:8 lint/nursery/noUnknownMediaFeatureName ━━━━━━━━ ``` ``` -invalid.css:10:8 lint/nursery/noUnknownMediaFeatureName ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:10:8 lint/correctness/noUnknownMediaFeatureName ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Don't use unknown media feature names. @@ -100,7 +100,7 @@ invalid.css:10:8 lint/nursery/noUnknownMediaFeatureName ━━━━━━━━ ``` ``` -invalid.css:13:8 lint/nursery/noUnknownMediaFeatureName ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:13:8 lint/correctness/noUnknownMediaFeatureName ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Don't use unknown media feature names. @@ -119,7 +119,7 @@ invalid.css:13:8 lint/nursery/noUnknownMediaFeatureName ━━━━━━━━ ``` ``` -invalid.css:16:8 lint/nursery/noUnknownMediaFeatureName ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:16:8 lint/correctness/noUnknownMediaFeatureName ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Don't use unknown media feature names. diff --git a/crates/biome_css_analyze/tests/specs/correctness/noUnknownProperty/invalid.css.snap b/crates/biome_css_analyze/tests/specs/correctness/noUnknownProperty/invalid.css.snap index f6a1e2d379b0..da1be6eab6e0 100644 --- a/crates/biome_css_analyze/tests/specs/correctness/noUnknownProperty/invalid.css.snap +++ b/crates/biome_css_analyze/tests/specs/correctness/noUnknownProperty/invalid.css.snap @@ -16,7 +16,7 @@ a { # Diagnostics ``` -invalid.css:2:3 lint/nursery/noUnknownProperty ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:2:3 lint/correctness/noUnknownProperty ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unknown property is not allowed. @@ -34,7 +34,7 @@ invalid.css:2:3 lint/nursery/noUnknownProperty ━━━━━━━━━━━ ``` ``` -invalid.css:6:3 lint/nursery/noUnknownProperty ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:6:3 lint/correctness/noUnknownProperty ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unknown property is not allowed. diff --git a/crates/biome_css_analyze/tests/specs/correctness/noUnknownUnit/invalid.css.snap b/crates/biome_css_analyze/tests/specs/correctness/noUnknownUnit/invalid.css.snap index 4cf196144382..123c449c2753 100644 --- a/crates/biome_css_analyze/tests/specs/correctness/noUnknownUnit/invalid.css.snap +++ b/crates/biome_css_analyze/tests/specs/correctness/noUnknownUnit/invalid.css.snap @@ -36,7 +36,7 @@ a { unicode-range: U+0100-024F; } # Diagnostics ``` -invalid.css:1:18 lint/nursery/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:1:18 lint/correctness/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unexpected unknown unit: pp @@ -58,7 +58,7 @@ invalid.css:1:18 lint/nursery/noUnknownUnit ━━━━━━━━━━━━ ``` ``` -invalid.css:2:15 lint/nursery/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:2:15 lint/correctness/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unexpected unknown unit: xpx @@ -81,7 +81,7 @@ invalid.css:2:15 lint/nursery/noUnknownUnit ━━━━━━━━━━━━ ``` ``` -invalid.css:3:18 lint/nursery/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:3:18 lint/correctness/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unexpected unknown unit: remm @@ -105,7 +105,7 @@ invalid.css:3:18 lint/nursery/noUnknownUnit ━━━━━━━━━━━━ ``` ``` -invalid.css:4:19 lint/nursery/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:4:19 lint/correctness/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unexpected unknown unit: remm @@ -129,7 +129,7 @@ invalid.css:4:19 lint/nursery/noUnknownUnit ━━━━━━━━━━━━ ``` ``` -invalid.css:5:19 lint/nursery/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:5:19 lint/correctness/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unexpected unknown unit: pix @@ -153,7 +153,7 @@ invalid.css:5:19 lint/nursery/noUnknownUnit ━━━━━━━━━━━━ ``` ``` -invalid.css:6:19 lint/nursery/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:6:19 lint/correctness/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unexpected unknown unit: pix @@ -177,7 +177,7 @@ invalid.css:6:19 lint/nursery/noUnknownUnit ━━━━━━━━━━━━ ``` ``` -invalid.css:7:20 lint/nursery/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:7:20 lint/correctness/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unexpected unknown unit: pix @@ -201,7 +201,7 @@ invalid.css:7:20 lint/nursery/noUnknownUnit ━━━━━━━━━━━━ ``` ``` -invalid.css:8:20 lint/nursery/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:8:20 lint/correctness/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unexpected unknown unit: pix @@ -225,7 +225,7 @@ invalid.css:8:20 lint/nursery/noUnknownUnit ━━━━━━━━━━━━ ``` ``` -invalid.css:9:20 lint/nursery/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:9:20 lint/correctness/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unexpected unknown unit: pix @@ -249,7 +249,7 @@ invalid.css:9:20 lint/nursery/noUnknownUnit ━━━━━━━━━━━━ ``` ``` -invalid.css:10:20 lint/nursery/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:10:20 lint/correctness/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unexpected unknown unit: pix @@ -273,7 +273,7 @@ invalid.css:10:20 lint/nursery/noUnknownUnit ━━━━━━━━━━━ ``` ``` -invalid.css:11:22 lint/nursery/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:11:22 lint/correctness/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unexpected unknown unit: pix @@ -297,7 +297,7 @@ invalid.css:11:22 lint/nursery/noUnknownUnit ━━━━━━━━━━━ ``` ``` -invalid.css:12:33 lint/nursery/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:12:33 lint/correctness/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unexpected unknown unit: pix @@ -321,7 +321,7 @@ invalid.css:12:33 lint/nursery/noUnknownUnit ━━━━━━━━━━━ ``` ``` -invalid.css:13:28 lint/nursery/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:13:28 lint/correctness/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unexpected unknown unit: pix @@ -345,7 +345,7 @@ invalid.css:13:28 lint/nursery/noUnknownUnit ━━━━━━━━━━━ ``` ``` -invalid.css:14:29 lint/nursery/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:14:29 lint/correctness/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unexpected unknown unit: pix @@ -369,7 +369,7 @@ invalid.css:14:29 lint/nursery/noUnknownUnit ━━━━━━━━━━━ ``` ``` -invalid.css:15:20 lint/nursery/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:15:20 lint/correctness/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unexpected unknown unit: pix @@ -393,7 +393,7 @@ invalid.css:15:20 lint/nursery/noUnknownUnit ━━━━━━━━━━━ ``` ``` -invalid.css:16:22 lint/nursery/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:16:22 lint/correctness/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unexpected unknown unit: pix @@ -417,7 +417,7 @@ invalid.css:16:22 lint/nursery/noUnknownUnit ━━━━━━━━━━━ ``` ``` -invalid.css:17:47 lint/nursery/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:17:47 lint/correctness/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unexpected unknown unit: PIX @@ -441,7 +441,7 @@ invalid.css:17:47 lint/nursery/noUnknownUnit ━━━━━━━━━━━ ``` ``` -invalid.css:18:22 lint/nursery/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:18:22 lint/correctness/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unexpected unknown unit: REMS @@ -465,7 +465,7 @@ invalid.css:18:22 lint/nursery/noUnknownUnit ━━━━━━━━━━━ ``` ``` -invalid.css:19:15 lint/nursery/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:19:15 lint/correctness/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unexpected unknown unit: pz @@ -489,7 +489,7 @@ invalid.css:19:15 lint/nursery/noUnknownUnit ━━━━━━━━━━━ ``` ``` -invalid.css:20:14 lint/nursery/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:20:14 lint/correctness/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unexpected unknown unit: r9 @@ -513,7 +513,7 @@ invalid.css:20:14 lint/nursery/noUnknownUnit ━━━━━━━━━━━ ``` ``` -invalid.css:21:15 lint/nursery/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:21:15 lint/correctness/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unexpected unknown unit: x @@ -537,7 +537,7 @@ invalid.css:21:15 lint/nursery/noUnknownUnit ━━━━━━━━━━━ ``` ``` -invalid.css:22:44 lint/nursery/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:22:44 lint/correctness/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unexpected unknown unit: x @@ -561,7 +561,7 @@ invalid.css:22:44 lint/nursery/noUnknownUnit ━━━━━━━━━━━ ``` ``` -invalid.css:23:60 lint/nursery/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:23:60 lint/correctness/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unexpected unknown unit: x @@ -585,7 +585,7 @@ invalid.css:23:60 lint/nursery/noUnknownUnit ━━━━━━━━━━━ ``` ``` -invalid.css:24:66 lint/nursery/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:24:66 lint/correctness/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unexpected unknown unit: x @@ -609,7 +609,7 @@ invalid.css:24:66 lint/nursery/noUnknownUnit ━━━━━━━━━━━ ``` ``` -invalid.css:25:80 lint/nursery/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:25:80 lint/correctness/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unexpected unknown unit: x @@ -633,7 +633,7 @@ invalid.css:25:80 lint/nursery/noUnknownUnit ━━━━━━━━━━━ ``` ``` -invalid.css:26:46 lint/nursery/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +invalid.css:26:46 lint/correctness/noUnknownUnit ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Unexpected unknown unit: pix diff --git a/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomInputComponents.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomInputComponents.jsx.snap index 4876130cd4cf..23c255b641f0 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomInputComponents.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomInputComponents.jsx.snap @@ -25,6 +25,8 @@ invalidCustomInputComponents.options:7:5 deserialize ━━━━━━━━━ - recommended - all + - noCommonJs + - noDuplicateCustomProperties - noDuplicateElseIf - noDuplicatedFields - noDynamicNamespaceImportAccess @@ -33,24 +35,18 @@ invalidCustomInputComponents.options:7:5 deserialize ━━━━━━━━━ - noIrregularWhitespace - noRestrictedImports - noRestrictedTypes + - noSecrets - noStaticElementInteractions - noSubstr - - noUnknownFunction - - noUnknownMediaFeatureName - - noUnknownProperty - - noUnknownPseudoClassSelector - - noUnknownSelectorPseudoElement - - noUnknownUnit + - noUnknownPseudoClass + - noUnknownPseudoElement - noUselessEscapeInRegex - noValueAtRule - useAdjacentOverloadSignatures - useAriaPropsSupportedByRole - - useConsistentBuiltinInstantiation - useConsistentCurlyBraces - - useConsistentGridAreas - useConsistentMemberAccessibility - useDeprecatedReason - - useGenericFontNames - useImportRestrictions - useSortedClasses - useStrictMode diff --git a/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomLabelAttributes.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomLabelAttributes.jsx.snap index d24d02859c0a..fab2dfe945fe 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomLabelAttributes.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomLabelAttributes.jsx.snap @@ -25,6 +25,8 @@ invalidCustomLabelAttributes.options:7:5 deserialize ━━━━━━━━━ - recommended - all + - noCommonJs + - noDuplicateCustomProperties - noDuplicateElseIf - noDuplicatedFields - noDynamicNamespaceImportAccess @@ -33,24 +35,18 @@ invalidCustomLabelAttributes.options:7:5 deserialize ━━━━━━━━━ - noIrregularWhitespace - noRestrictedImports - noRestrictedTypes + - noSecrets - noStaticElementInteractions - noSubstr - - noUnknownFunction - - noUnknownMediaFeatureName - - noUnknownProperty - - noUnknownPseudoClassSelector - - noUnknownSelectorPseudoElement - - noUnknownUnit + - noUnknownPseudoClass + - noUnknownPseudoElement - noUselessEscapeInRegex - noValueAtRule - useAdjacentOverloadSignatures - useAriaPropsSupportedByRole - - useConsistentBuiltinInstantiation - useConsistentCurlyBraces - - useConsistentGridAreas - useConsistentMemberAccessibility - useDeprecatedReason - - useGenericFontNames - useImportRestrictions - useSortedClasses - useStrictMode diff --git a/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomLabelComponents.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomLabelComponents.jsx.snap index bc3d88c168b9..8c3b1ddd55cd 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomLabelComponents.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomLabelComponents.jsx.snap @@ -25,6 +25,8 @@ invalidCustomLabelComponents.options:7:5 deserialize ━━━━━━━━━ - recommended - all + - noCommonJs + - noDuplicateCustomProperties - noDuplicateElseIf - noDuplicatedFields - noDynamicNamespaceImportAccess @@ -33,24 +35,18 @@ invalidCustomLabelComponents.options:7:5 deserialize ━━━━━━━━━ - noIrregularWhitespace - noRestrictedImports - noRestrictedTypes + - noSecrets - noStaticElementInteractions - noSubstr - - noUnknownFunction - - noUnknownMediaFeatureName - - noUnknownProperty - - noUnknownPseudoClassSelector - - noUnknownSelectorPseudoElement - - noUnknownUnit + - noUnknownPseudoClass + - noUnknownPseudoElement - noUselessEscapeInRegex - noValueAtRule - useAdjacentOverloadSignatures - useAriaPropsSupportedByRole - - useConsistentBuiltinInstantiation - useConsistentCurlyBraces - - useConsistentGridAreas - useConsistentMemberAccessibility - useDeprecatedReason - - useGenericFontNames - useImportRestrictions - useSortedClasses - useStrictMode diff --git a/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomOptions.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomOptions.jsx.snap index 6c0a2b88991c..ca9fa6772022 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomOptions.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomOptions.jsx.snap @@ -26,6 +26,8 @@ invalidCustomOptions.options:7:5 deserialize ━━━━━━━━━━━ - recommended - all + - noCommonJs + - noDuplicateCustomProperties - noDuplicateElseIf - noDuplicatedFields - noDynamicNamespaceImportAccess @@ -34,24 +36,18 @@ invalidCustomOptions.options:7:5 deserialize ━━━━━━━━━━━ - noIrregularWhitespace - noRestrictedImports - noRestrictedTypes + - noSecrets - noStaticElementInteractions - noSubstr - - noUnknownFunction - - noUnknownMediaFeatureName - - noUnknownProperty - - noUnknownPseudoClassSelector - - noUnknownSelectorPseudoElement - - noUnknownUnit + - noUnknownPseudoClass + - noUnknownPseudoElement - noUselessEscapeInRegex - noValueAtRule - useAdjacentOverloadSignatures - useAriaPropsSupportedByRole - - useConsistentBuiltinInstantiation - useConsistentCurlyBraces - - useConsistentGridAreas - useConsistentMemberAccessibility - useDeprecatedReason - - useGenericFontNames - useImportRestrictions - useSortedClasses - useStrictMode diff --git a/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/validCustomControlComponents.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/validCustomControlComponents.jsx.snap index 1b391be21889..2b2650cf8276 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/validCustomControlComponents.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/validCustomControlComponents.jsx.snap @@ -25,6 +25,8 @@ validCustomControlComponents.options:7:5 deserialize ━━━━━━━━━ - recommended - all + - noCommonJs + - noDuplicateCustomProperties - noDuplicateElseIf - noDuplicatedFields - noDynamicNamespaceImportAccess @@ -33,24 +35,18 @@ validCustomControlComponents.options:7:5 deserialize ━━━━━━━━━ - noIrregularWhitespace - noRestrictedImports - noRestrictedTypes + - noSecrets - noStaticElementInteractions - noSubstr - - noUnknownFunction - - noUnknownMediaFeatureName - - noUnknownProperty - - noUnknownPseudoClassSelector - - noUnknownSelectorPseudoElement - - noUnknownUnit + - noUnknownPseudoClass + - noUnknownPseudoElement - noUselessEscapeInRegex - noValueAtRule - useAdjacentOverloadSignatures - useAriaPropsSupportedByRole - - useConsistentBuiltinInstantiation - useConsistentCurlyBraces - - useConsistentGridAreas - useConsistentMemberAccessibility - useDeprecatedReason - - useGenericFontNames - useImportRestrictions - useSortedClasses - useStrictMode diff --git a/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/validCustomLabelAttributes.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/validCustomLabelAttributes.jsx.snap index b7bb2dd2a511..e8f6a384ca54 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/validCustomLabelAttributes.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/validCustomLabelAttributes.jsx.snap @@ -25,6 +25,8 @@ validCustomLabelAttributes.options:7:5 deserialize ━━━━━━━━━ - recommended - all + - noCommonJs + - noDuplicateCustomProperties - noDuplicateElseIf - noDuplicatedFields - noDynamicNamespaceImportAccess @@ -33,24 +35,18 @@ validCustomLabelAttributes.options:7:5 deserialize ━━━━━━━━━ - noIrregularWhitespace - noRestrictedImports - noRestrictedTypes + - noSecrets - noStaticElementInteractions - noSubstr - - noUnknownFunction - - noUnknownMediaFeatureName - - noUnknownProperty - - noUnknownPseudoClassSelector - - noUnknownSelectorPseudoElement - - noUnknownUnit + - noUnknownPseudoClass + - noUnknownPseudoElement - noUselessEscapeInRegex - noValueAtRule - useAdjacentOverloadSignatures - useAriaPropsSupportedByRole - - useConsistentBuiltinInstantiation - useConsistentCurlyBraces - - useConsistentGridAreas - useConsistentMemberAccessibility - useDeprecatedReason - - useGenericFontNames - useImportRestrictions - useSortedClasses - useStrictMode diff --git a/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/validCustomLabelComponents.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/validCustomLabelComponents.jsx.snap index 8610830df25a..4f09fb2cf4d3 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/validCustomLabelComponents.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/validCustomLabelComponents.jsx.snap @@ -26,6 +26,8 @@ validCustomLabelComponents.options:7:5 deserialize ━━━━━━━━━ - recommended - all + - noCommonJs + - noDuplicateCustomProperties - noDuplicateElseIf - noDuplicatedFields - noDynamicNamespaceImportAccess @@ -34,24 +36,18 @@ validCustomLabelComponents.options:7:5 deserialize ━━━━━━━━━ - noIrregularWhitespace - noRestrictedImports - noRestrictedTypes + - noSecrets - noStaticElementInteractions - noSubstr - - noUnknownFunction - - noUnknownMediaFeatureName - - noUnknownProperty - - noUnknownPseudoClassSelector - - noUnknownSelectorPseudoElement - - noUnknownUnit + - noUnknownPseudoClass + - noUnknownPseudoElement - noUselessEscapeInRegex - noValueAtRule - useAdjacentOverloadSignatures - useAriaPropsSupportedByRole - - useConsistentBuiltinInstantiation - useConsistentCurlyBraces - - useConsistentGridAreas - useConsistentMemberAccessibility - useDeprecatedReason - - useGenericFontNames - useImportRestrictions - useSortedClasses - useStrictMode diff --git a/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/validCustomOptions.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/validCustomOptions.jsx.snap index b790803de506..a7d89e939a72 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/validCustomOptions.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/validCustomOptions.jsx.snap @@ -28,6 +28,8 @@ validCustomOptions.options:7:5 deserialize ━━━━━━━━━━━━ - recommended - all + - noCommonJs + - noDuplicateCustomProperties - noDuplicateElseIf - noDuplicatedFields - noDynamicNamespaceImportAccess @@ -36,24 +38,18 @@ validCustomOptions.options:7:5 deserialize ━━━━━━━━━━━━ - noIrregularWhitespace - noRestrictedImports - noRestrictedTypes + - noSecrets - noStaticElementInteractions - noSubstr - - noUnknownFunction - - noUnknownMediaFeatureName - - noUnknownProperty - - noUnknownPseudoClassSelector - - noUnknownSelectorPseudoElement - - noUnknownUnit + - noUnknownPseudoClass + - noUnknownPseudoElement - noUselessEscapeInRegex - noValueAtRule - useAdjacentOverloadSignatures - useAriaPropsSupportedByRole - - useConsistentBuiltinInstantiation - useConsistentCurlyBraces - - useConsistentGridAreas - useConsistentMemberAccessibility - useDeprecatedReason - - useGenericFontNames - useImportRestrictions - useSortedClasses - useStrictMode diff --git a/crates/biome_js_analyze/tests/specs/correctness/useImportExtensions/invalidWithImportMappings.ts.snap b/crates/biome_js_analyze/tests/specs/correctness/useImportExtensions/invalidWithImportMappings.ts.snap index 12fde12434fd..5eb1bb29c0f9 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/useImportExtensions/invalidWithImportMappings.ts.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/useImportExtensions/invalidWithImportMappings.ts.snap @@ -25,6 +25,8 @@ invalidWithImportMappings.options:7:5 deserialize ━━━━━━━━━━ - recommended - all + - noCommonJs + - noDuplicateCustomProperties - noDuplicateElseIf - noDuplicatedFields - noDynamicNamespaceImportAccess @@ -33,24 +35,18 @@ invalidWithImportMappings.options:7:5 deserialize ━━━━━━━━━━ - noIrregularWhitespace - noRestrictedImports - noRestrictedTypes + - noSecrets - noStaticElementInteractions - noSubstr - - noUnknownFunction - - noUnknownMediaFeatureName - - noUnknownProperty - - noUnknownPseudoClassSelector - - noUnknownSelectorPseudoElement - - noUnknownUnit + - noUnknownPseudoClass + - noUnknownPseudoElement - noUselessEscapeInRegex - noValueAtRule - useAdjacentOverloadSignatures - useAriaPropsSupportedByRole - - useConsistentBuiltinInstantiation - useConsistentCurlyBraces - - useConsistentGridAreas - useConsistentMemberAccessibility - useDeprecatedReason - - useGenericFontNames - useImportRestrictions - useSortedClasses - useStrictMode diff --git a/crates/biome_js_analyze/tests/specs/suspicious/noConsole/allowlist.js.snap b/crates/biome_js_analyze/tests/specs/suspicious/noConsole/allowlist.js.snap index bbc398180756..1b53c9c0eaf5 100644 --- a/crates/biome_js_analyze/tests/specs/suspicious/noConsole/allowlist.js.snap +++ b/crates/biome_js_analyze/tests/specs/suspicious/noConsole/allowlist.js.snap @@ -31,6 +31,8 @@ allowlist.options:5:17 deserialize ━━━━━━━━━━━━━━━ - recommended - all + - noCommonJs + - noDuplicateCustomProperties - noDuplicateElseIf - noDuplicatedFields - noDynamicNamespaceImportAccess @@ -39,24 +41,18 @@ allowlist.options:5:17 deserialize ━━━━━━━━━━━━━━━ - noIrregularWhitespace - noRestrictedImports - noRestrictedTypes + - noSecrets - noStaticElementInteractions - noSubstr - - noUnknownFunction - - noUnknownMediaFeatureName - - noUnknownProperty - - noUnknownPseudoClassSelector - - noUnknownSelectorPseudoElement - - noUnknownUnit + - noUnknownPseudoClass + - noUnknownPseudoElement - noUselessEscapeInRegex - noValueAtRule - useAdjacentOverloadSignatures - useAriaPropsSupportedByRole - - useConsistentBuiltinInstantiation - useConsistentCurlyBraces - - useConsistentGridAreas - useConsistentMemberAccessibility - useDeprecatedReason - - useGenericFontNames - useImportRestrictions - useSortedClasses - useStrictMode diff --git a/crates/biome_lsp/tests/server.rs b/crates/biome_lsp/tests/server.rs index 63ca91a2f2d0..e63d1447c65e 100644 --- a/crates/biome_lsp/tests/server.rs +++ b/crates/biome_lsp/tests/server.rs @@ -1497,7 +1497,7 @@ async fn pull_diagnostics_for_css_files() -> Result<()> { "linter": { "enabled": true } }, "linter": { - "rules": { "nursery": { "noUnknownProperty": "error" } } + "rules": { "correctness": { "noUnknownProperty": "error" } } } }"#; @@ -1548,7 +1548,7 @@ async fn pull_diagnostics_for_css_files() -> Result<()> { }, severity: Some(lsp::DiagnosticSeverity::ERROR), code: Some(lsp::NumberOrString::String(String::from( - "lint/nursery/noUnknownProperty" + "lint/correctness/noUnknownProperty" ))), code_description: Some(CodeDescription { href: Url::parse("https://biomejs.dev/linter/rules/no-unknown-property")