クラス命名の接頭辞にl-とp-を許可する #1639
Annotations
4 errors
|
test (macOS-latest, 24)
Process completed with exit code 1.
|
|
test/cli.spec.mjs > stylelint > Class Name:
test/cli.spec.mjs#L281
AssertionError: expected [ …(6) ] to strictly equal [ …(6) ]
- Expected
+ Received
@@ -1,7 +1,7 @@
[
- "test/fixtures/stylelint/class-name.scss:1:1 クラス名は「l-」「p-」「c-」のいずれかで始めてください: .component (selector-class-pattern)",
+ "test/fixtures/stylelint/class-name.scss:1:1 クラス名は「l-」「p-」「c-」のいずれかから始めてください: .component (selector-class-pattern)",
"test/fixtures/stylelint/class-name.scss:6:2 Stylelint v17以降「&」を使ったセレクタの文字列結合に対応しなくなったため、「&」の使用を禁止します: &__element (selector-nested-pattern)",
"test/fixtures/stylelint/class-name.scss:10:2 Stylelint v17以降「&」を使ったセレクタの文字列結合に対応しなくなったため、「&」の使用を禁止します: &__invalid__element-name (selector-nested-pattern)",
"test/fixtures/stylelint/class-name.scss:14:2 Stylelint v17以降「&」を使ったセレクタの文字列結合に対応しなくなったため、「&」の使用を禁止します: &__foo😁bar (selector-nested-pattern)",
"test/fixtures/stylelint/class-name.scss:18:2 コンポーネントのスタイル定義の中で別のコンポーネントを定義してはいけません: .c-component2 (selector-nested-pattern)",
"test/fixtures/stylelint/class-name.scss:23:1 スタイル定義でIDセレクタは使わないでください (selector-max-id)",
❯ test/cli.spec.mjs:281:22
|
|
test (windows-latest, 24)
The strategy configuration was canceled because "test.macOS-latest_24" failed
|
|
test (windows-latest, 24)
The operation was canceled.
|