Richard Hallows

Results 349 comments of Richard Hallows

@glen-84 Thanks for the request and for using the template. I'm a fan of logical properties. I like the consistency of using flow-relative language for everything, whether that's for grid...

I've: - checked `customSyntax` as done - removed `maxWarnings` as the original request was closed by the author. I believe the list is accurate now. --- Now that `14.0.0` has...

@JiangWeixian Thanks for the report. I believe its working as intended. The `no-duplicate-selectors` rule is being disabled twice. You should write: ```css /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */ /* stylelint-disable no-duplicate-selectors, string-no-newline,...

I suspect the original design decision was to surface overlapping or invalid disables ranges to the user because [ranges can get complicated](https://github.com/stylelint/stylelint/blob/master/lib/__tests__/disableRanges.test.js) and debugging them would be a pain.

> I don't have a good idea now. Nor do I. I've labelled the issue as ready to implement in case any has any ideas.

@hudochenkov Can this issue be closed?

@hudochenkov Thanks for digging deeper. I suspect there are going to be some significant hurdles to overcome with this issue. As such, I suggest we push on with `8.0.0` and...

> Are you still looking for some help here? @zkuzmic Yes, definitely. The issue has been labeled as "help wanted" for a while, but I don't think anyone has had...

Since [`13.2.0`](https://stylelint.io/changelog#1320) stylelint no longer attempts to autofix sources which contain `/* stylelint-disable */` comments, making the autofix feature safer to use. However, the underlying issue still remains. @stof's [suggestion](https://github.com/stylelint/stylelint/issues/2643#issuecomment-535406358)...

@wKich Thanks for the clear report and for using the template. > I receive error about indentation and should call auto fix second time to fix my files This is,...