Masafumi Koba

Results 64 issues of Masafumi Koba

Part of #652 This change also adds a test helper function to make testing multiline strings easier.

[Stylelint 14.7.0](https://github.com/stylelint/stylelint/releases/tag/14.7.0) has supported end positions for warnings, and the official VSCode extension [prepares the end position support](https://github.com/stylelint/vscode-stylelint/pull/358). So, I suggest `stylelint-scss` also supports end positions. Currently, `stylelint-scss` warns for...

Enhancement ✨
Help wanted 🙋

Hello. The `using` method at the top level seems not typed. Is there a way to resolve it? ## Reprodoction The following is a reproduction using Steep. First, prepare a...

Hello. I want to use the `feature_flags` view helper method like `feature_available?`. https://github.com/iguchi1124/cookie_flag/blob/a55047dea7da7e37a9ccebf33d08c51d4da1b79a/lib/cookie_flag/helper.rb#L8-L10 While a controller provides both methods, https://github.com/iguchi1124/cookie_flag/blob/a55047dea7da7e37a9ccebf33d08c51d4da1b79a/README.md?plain=1#L63 a view provides only `feature_available?`. https://github.com/iguchi1124/cookie_flag/blob/a55047dea7da7e37a9ccebf33d08c51d4da1b79a/README.md?plain=1#L77 What do you think?

### What minimal example or steps are needed to reproduce the bug? Analyzing a CSS file with an invalid syntax raises a syntax error expectedly, while doing the same specifying...

status: ask to implement

### What is the problem you're trying to solve? This issue follows up #6361. The current implementation of the [`no-unknown-custom-properties`](https://github.com/stylelint/stylelint/tree/2877f9cbaeb23e94d384598612fc00e24ec66d2e/lib/rules/no-unknown-custom-properties) rule does not support custom properties defined in other source...

status: blocked
subtype: new option

### What is the problem you're trying to solve? The [`resolveNestedSelectors`](https://github.com/stylelint/stylelint/blob/eebb78694ee87e76245414108b0ae2626c78729f/lib/rules/selector-class-pattern/README.md#resolvenestedselectors-true--false-default-false) secondary option of the `selector-class-pattern` rule can resolve Sass-like identifier concatenation (e.g. `&__foo`), but this behavior is against the...

status: wip

Currently, many built-in rules support the `message` option's function feature: https://github.com/stylelint/stylelint/blob/113888c0ddea330d9083efc6c5ff081a1b97069b/docs/user-guide/configure.md?plain=1#L114-L137 Rough calculation: ```console $ git grep -l 'messageArgs: \[' lib/rules/*/index.js | wc -l 92 ``` And people have never...

status: ask to implement

When releasing 16.0.0, we announced we would remove the CommonJS Node.js API in the next major version. See the migration guide: https://github.com/stylelint/stylelint/blob/da7ce21272d34928f40bbc68c1e01be1c076bb8a/docs/migration-guide/to-16.md?plain=1#L5-L7 Also, we must drop the support for CommonJS...

status: agreed but held

When releasing 16.0.0, we announced we would remove the `output` property in the Node.js API result object in the next major version. See the migration guide and code: https://github.com/stylelint/stylelint/blob/da7ce21272d34928f40bbc68c1e01be1c076bb8a/docs/migration-guide/to-16.md?plain=1#L263 https://github.com/stylelint/stylelint/blob/da7ce21272d34928f40bbc68c1e01be1c076bb8a/lib/prepareReturnValue.mjs#L45-L53

status: agreed but held