Skip to content

stylelint/stylelint#8774 probably broke stylelint-config-standard-scss #93

@Mouvedia

Description

@Mouvedia

Details

see stylelint/stylelint#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

		assert.match(result.results[0].warnings[0].text, /Expected variable to be kebab-case/);

Metadata

Metadata

Assignees

No one assigned

    Labels

    upstreamrelates to an upstream package

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions