🐛 Biome Github Reporter does not work correctly when it is executed in a nested directory #5447
Closed
1 task done
Labels
S-Needs repro
Status: needs a reproduction
Environment information
What happened?
I have a python project where the client application is in the
client
directory. I want to run thebiome ci . --reporter=github
command in it (in CI environment). Biome is installed there as a node dependency.Unfortunately, the reporter does not include the
client
directory name in the file names, and because of this errors/warnings are not displayed in PR.I have to use (not very nice) workarounds to run biome from root directory to make it work. But I would like the name of the directory where the project is located to be resolved by default.
Expected result
Code of Conduct
The text was updated successfully, but these errors were encountered: