Chris Cowell

Results 4 issues of Chris Cowell

### Prerequisites * [x] Plugin is in the latest version * [x] Issue was not reported yet * [ ] Stack trace (if provided) contains `mobi.hsz.idea.gitignore` package name ### Description...

Correcting wording of user-facing text when editing an ignored file. For details on this tricky English grammar rule about restrictive vs. nonrestrictive clauses, see https://www.grammarly.com/blog/which-vs-that/ Fixes this github issue: https://github.com/JetBrains/idea-gitignore/issues/868

### Describe the bug `fern check` reports false warnings when `openapi.yaml` defines a parameter of `array` type ### To reproduce 1. Run `fern check` on a project with the `openapi.yaml`...

### Problem description When we have a malformed comment in an `.mdx` file, like this (notice the missing asterisk after `{/`): `{/*/}` then `fern check` doesn’t report the syntax error...