r7kamura / diary

r7kamura's daily working log.
https://r7kamura.github.io/diary/
MIT License
2 stars 0 forks source link

2022-08-02 #89

Open r7kamura opened 1 year ago

r7kamura commented 1 year ago

The pull request I have submitted to rubocop for template language support is not yet completed and in draft status, so I would like to complete it today.

r7kamura commented 1 year ago

I feel that perhaps there should be a rubocop-markdown that inspects Ruby code in Markdown code blocks, or rubocop-comment that inspects Ruby code in code comments.

r7kamura commented 1 year ago

But the existing YARD and Markdown parsers cannot return ASTs with location information, so it's going to be difficult to achieve that.