Skip to content

Navigation Menu

Sign in
Sign up

fix(stream): drop deprecated word-break keyword failing stylelint - #2906

Open
solracsf wants to merge 1 commit into
master from
fix/stylelint-deprecated-word-break
Open

fix(stream): drop deprecated word-break keyword failing stylelint #2906
solracsf wants to merge 1 commit into
master from
fix/stylelint-deprecated-word-break

Conversation

@solracsf

@solracsf solracsf commented Sep 7, 2026
edited
Loading

Copy link
Copy Markdown
Member

npm run stylelint currently exits 2 on master, so the stylelint job fails on every pull request — it runs on pull_request with no path filter. declaration-property-value-keyword-no-deprecated reports word-break: break-word as an error, not a warning.

The declaration was redundant anyway: the same rule already sets overflow-wrap: break-word on the line above, which is what the legacy keyword aliases to. Removing it takes the run to 0 errors, 20 warnings, exit 0.

`declaration-property-value-keyword-no-deprecated` reports
`word-break: break-word` as an error rather than a warning, so
`npm run stylelint` exits 2 and the stylelint job, which runs on every pull
request with no path filter, fails.
The declaration was redundant anyway: the same rule already sets
`overflow-wrap: break-word` on the line above, which is what the legacy
keyword aliases to.
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

AltStyle によって変換されたページ (->オリジナル) /