Joseph Kato
Joseph Kato
Thanks for the report. I'll look into it.
Should be fixed in the next release.
The `url` key needs to be a link to a `.zip` file containing the packaged resources.
You need to create and attach a `.zip` file to the release. Then, the `url` can point to the latest release of that file. You can see an example of...
> Even if all vale rules are set to suggestion, Are you also setting the "non-custom" rules to suggestion?
@ElPaisano, thanks for looking into this. I think you're right about this case: the `Too many results` error is a case in which the action probably *should* fail because the...
A new release should be out sometime next week.
Sorry for the delay here -- I haven't had time to get the release finished yet. The good news is that a combination of changes (filtering order, moving away from...
I've moved away from regex-based comment extraction in favor of using Tree-sitter. You can see examples in the `internal/lint/code` package. > Dart actually uses markdown inside their comments, I was...
My advice is to: 1. Remove the `mdx = md` assignment in `[formats]`. 2. Remove `CommentDelimiters = {/*, */}`. 3. Remove your `BlockIgnores`. It's (3) that is likely causes the...