-
-
Notifications
You must be signed in to change notification settings - Fork 664
Closed
Labels
S-Bug-confirmedStatus: report has been confirmed as a valid bugStatus: report has been confirmed as a valid bug
Description
Environment information
CLI:
Version: 2.0.5
Color support: true
Platform:
CPU Architecture: x86_64
OS: linux
Environment:
BIOME_LOG_PATH: unset
BIOME_LOG_PREFIX_NAME: unset
BIOME_CONFIG_PATH: unset
BIOME_THREADS: unset
NO_COLOR: unset
TERM: xterm-256color
JS_RUNTIME_VERSION: v23.5.0
JS_RUNTIME_NAME: node
NODE_PACKAGE_MANAGER: pnpm/10.12.2
Biome Configuration:
Status: Loaded successfully
Path: biome.json
Formatter enabled: true
Linter enabled: true
Assist enabled: true
VCS enabled: true
Workspace:
Open Documents: 0
What happened?
biome.config
contains
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
}
...
and .gitignore
contains .mongo
regardless, biome still attempts to recurse into .mongo
in this specific case, biome does not have permission to access the file, so it returns ✖ Permission denied (os error 13)
Expected result
Biome should not attempt to recurse into ignored directories when running biome check
Code of Conduct
- I agree to follow Biome's Code of Conduct
AndTem
Metadata
Metadata
Assignees
Labels
S-Bug-confirmedStatus: report has been confirmed as a valid bugStatus: report has been confirmed as a valid bug