Masafumi Koba

Results 705 comments of Masafumi Koba

Maybe, some IDEs like VSCode may not support terminal links. See the code of the `verbose` formatter: https://github.com/stylelint/stylelint/blob/0bd6976fea7fa2a07c47672de424194716d31164/lib/formatters/verboseFormatter.js#L138-L144 https://github.com/stylelint/stylelint/blob/0bd6976fea7fa2a07c47672de424194716d31164/lib/formatters/terminalLink.js#L8-L15 See also [Hyperlinks in Terminal Emulators](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda)

I'm not sure, but it seems a problem with the VSCode extension... 🤔 https://github.com/stylelint/vscode-stylelint/blob/d38b5db38debc59e4a00fdb73716202b4b43e38b/src/utils/stylelint/warning-to-diagnostic.ts#L51

@Reda011 I've opened PR #6264 to fix the plugin document. I think the document is incorrect, not the code. Maybe, the new doc way as below should work for your...

> Shall we transfer this issue to the VS Code extension repo? (although it's currently unmaintained) Sounds good. 👍🏼 I previously changed the VSCode extension to use the rule metadata...

I've opened the issue stylelint/vscode-stylelint#415.

@silversonicaxel Thanks for reporting the issue and using the template. Stylelint uses internally [`globby`](https://github.com/sindresorhus/globby) and [`fast-glob`](https://github.com/mrmlnc/fast-glob) to resolve specified globs, and `fast-glob` ignores dot files by default (see the [`dot`](https://github.com/mrmlnc/fast-glob#dot)...

@silversonicaxel Thanks for sharing the pain. Indeed, it's a bit ugly. It may be good to add a CLI option to traverse dotfiles, but I'm unsure. (for example, it doesn't...

@alexander-akait @silversonicaxel Thanks for the feedback. I also agree with ignoring dotfiles by default (the same as always). So, it seems we need to consider a new CLI option to...

Considering consistency with the Node.js API, `--globby-options` is also a good option. 👍🏼

@Mouvedia Thanks for creating the PR! The 66cdca0f709848f7e11a1e461b66ae07822766ba commit looks good to me. 👍🏼 > Don't squash the commits so that it can be reverted easily. We usually "squash and...