Ryutaro Yamada
Ryutaro Yamada
Hi, I found an issue about [Instance Variable Assumption][instance-variable-assumption] that occurs when a class have a `Struct` with its own `initialize` method in its block. [instance-variable-assumption]: https://github.com/troessner/reek/blob/master/docs/Instance-Variable-Assumption.md Example code: ```ruby...
Hi, Currently the type of `source` argument in `isTypeOf` is `TSource` (the source type of `GraphQLObjectType`), but I think it is wrong since `isTypeOf` may be called with a source...
### Environment Environment Info: Node version: v18.10.0 npm version: v8.19.2 Local ESLint version: v8.27.0 (Currently used) Global ESLint version: Not found Operating System: darwin 21.6.0 ### What parser are you...
Hi, thank you for so useful library. Today I found a problem about a heredoc. Its body location range seems wrong when multiple heredocs are used. Example Ruby code that...
Hi, I run into an issue about an option of multiple types including `Boolean`. When a command has an `Boolean` option, we can use it without values. ``` js {...