### Details see https://github.com/stylelint/stylelint/pull/8774 first failing job: https://github.com/stylelint/stylelint-ecosystem-tester/actions/runs/18237213919 ``` + 'Expected variable to be kebab-case (scss/dollar-variable-pattern)' - 'Expected variable to be kebab-case' ``` ### Fix https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/ad966dc664a14eda987cf6199972b77ec34c4247/__tests__/index.test.mjs#L50 should be ```mjs assert.match(result.results[0].warnings[0].text, /Expected variable to be kebab-case/); ```