sourcegraph / cody

Type less, code more: Cody is an AI code assistant that uses advanced search and codebase context to help you write and fix code.
https://cody.dev
Apache License 2.0
2.59k stars 275 forks source link

biome: use git ignore file #4738

Closed keegancsmith closed 3 months ago

keegancsmith commented 3 months ago

I had a file that was killing biome inside of the .vscode-test-web directory. This ensures biome doesn't search inside of this directory. Additionally I enabled the vcs ignore integration. However, it seems to ignore nested .gitignore files, so I still needed the vscode-test-web rule.

Test Plan: pnpm biome doesn't make my fan spin on my desktop.

keegancsmith commented 3 months ago

FYI to work out which files confused biome I would run ./node_modules/.bin/biome check --apply --log-level=debug . to see which files it was spinning on.