Takashi Yoneuchi

Results 21 issues of Takashi Yoneuchi

# Playground URL https://play.shisho.dev/p/IM0IRYVKkPiV # Description N/A

type: bug

# Description (WIP) # Checklist - [ ] I opened a draft PR or added the `[WIP]` to the title if my PR is not ready for review. - [...

type: feature

tree-sitter grammar for YAML is [here](https://github.com/ikatyang/tree-sitter-yaml). It would be helpful to validate YAML quickly.

type: feature
related: language support

I've encountered impressive work on [tree-sitter-bicep](https://github.com/Sjord/tree-sitter-bicep) by [@Sjord](https://github.com/Sjord).We can support bicep as well as other IaC technologies!

type: feature
related: language support

# Problem We added `--exclude` flag as a workaround for #94. However, this approach needs users to add `--exclude` flag every time they run Shisho. # Possible Solutions We can...

type: documentation
type: feature

# Problem N/A # Possible Solutions N/A # Additional Notes N/A

type: feature
related: language support

# Problem No documentation on the core implementation of Shisho exists, resulting in the difficulty of getting into the details of it. # Possible Solutions Put design docs as possible....

type: documentation

Code Formation allows us to define infrastructures with YAML and JSON. It may be enough for almost all developers with YAML support #53, so I'll re-consider about CFn support after...

type: feature
related: language support

# Problem One needs to define rules by theirselves even though the rules look common among many teams. # Possible Solutions Host a server to collect rules from anyone and...

type: feature
related: ecosystem

tree-sitter grammar is [here](https://github.com/tree-sitter/tree-sitter-java).

type: feature
related: language support