What happened?
Given this .qlty/qlty.toml file:
config_version = "0"
[[source]]
name = "default"
default = true
[[plugin]]
name = "prettier"
...and this .prettierignore file in the repository root:
package-lock.json
package.json
....I would not expect to see these two issues in my workspace:
What did you expect to happen?
Prettier plugin should work the same as running prettier locally, and honor any ignored files in the project's .prettierignore file
Can you reproduce the problem?
Yes, consistently
CLI Version
N/A - this is in the web UI when using the GitHub app
Relevant log output