pinterest / arcanist-linters

A collection of custom Arcanist linters
Apache License 2.0
62 stars 45 forks source link

Prettier linter throws exception on invalid yaml #74

Open Aghassi opened 3 years ago

Aghassi commented 3 years ago

If you use the prettier linter, it works fine with normal auto fixes, but if the yaml is invalid and prettier throws to stderr it causes the entire arc lint run to fail. I'll be looking into fixing this, but wanted to post here in case anyone comes looking.

EDIT: I noticed we extend a different base class internally, will follow up on if that is the root cause or not