🐛 Order of operations issue: ignored files and files.maxSize
#4773
Labels
S-Needs triage
Status: this issue needs to be triaged
files.maxSize
#4773
Environment information
What happened?
If a file is ignored per
biome.json
settings, but is too large per Biome'sfiles.maxSize
setting, that file can still causebiome ci
to error out.Run both (1)
bun run biome ci
and (2)bun run biome ci --files-max-size=10000000
in this repo. (1) errors out but (2) does not.Expected result
Both (1) and (2) should not error out because
out.json
is ignored perbiome.json
settings.Code of Conduct
The text was updated successfully, but these errors were encountered: