Richard Hallows
Richard Hallows
Following on from https://github.com/stylelint/stylelint/issues/6483, let's only deprecate the rules handled by Prettier as suggested by @ybiquitous in https://github.com/stylelint/stylelint/issues/6311#issuecomment-1238891275. The 8 rules not handled by Prettier are unlikely to be added...
It'll give people time to, if needed, write community plugins for the rules that we deprecate. The rules in https://github.com/stylelint/stylelint/issues/6483 won't be deprecated, so there won't be a need for...
Closed by https://github.com/stylelint/stylelint/pull/6504
SGTM. I currently run a manual smoke test before each release, but having an automated one will help ensure that happens when any contributor does a release.
> It will be fine if you show all the steps of the test Just before a release I simply install `master` into the `stylelint.io` directory, add a lint error...
@fiskhandlarn Thanks for the report and for using the template. Unfortunately, this is a known limitation. It's document at the bottom of [this section of the configuration guide](https://github.com/stylelint/stylelint/blob/master/docs/user-guide/configuration.md#turning-rules-off-from-within-your-css). "Comments within...
Closing as a documented limitation.
Whoops, it seems I was a bit gung-ho in my issue triaging. @fiskhandlarn If you'd like to see this issue resolved, please consider investigation whether this can be fixed in...
> Anything I can do to help? :) Thanks for offering to help. I can certainly point you in a direction. In [`assignDisabledRanges.js`](https://github.com/stylelint/stylelint/blob/f38bd78bbae75284ed54e43516c4c8aceafa06e9/lib/assignDisabledRanges.js#L144-L162), we `walk` through comments: https://github.com/stylelint/stylelint/blob/f38bd78bbae75284ed54e43516c4c8aceafa06e9/lib/assignDisabledRanges.js#L32 https://github.com/stylelint/stylelint/blob/f38bd78bbae75284ed54e43516c4c8aceafa06e9/lib/assignDisabledRanges.js#L144-L162 However,...
The issue is labelled as "help wanted" and is looking for someone to champion it.