cdxgen
cdxgen copied to clipboard
biome 2 is ignoring all files for devenv users
pnpm lint
> @cyclonedx/[email protected] lint /Users/prabhu/work/cyclonedx/cdxgen
> biome check --fix
Checked 0 files in 16ms. No fixes applied.
check ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✖ No files were processed in the specified paths.
ℹ Check your biome.json or biome.jsonc to ensure the paths are not ignored by the configuration.
ℹ These paths were provided but ignored:
⚠ The list is empty.
ELIFECYCLE Command failed with exit code 1.
Possibly due to: https://github.com/biomejs/biome/issues/6340
Running against latest master
asetch@pro cdxgen % pnpm lint
> @cyclonedx/[email protected] lint /Users/asetch/Documents/dev/GitHub/CycloneDX/cdxgen
> biome check --fix
Checked 155 files in 327ms. No fixes applied.
Assuming you've done a pnpm i
asetch@pro cdxgen % pnpm i
Lockfile is up to date, resolution step is skipped
Packages: +2 -2
++--
Progress: resolved 2, reused 2, downloaded 0, added 0, done
devDependencies:
- @biomejs/biome 2.0.0
+ @biomejs/biome 1.9.4
Must be my file system. Setting vcs.enabled = false makes it work, but getting too much noise since it parses my virtual env and other places.
rm -rf .devenv .venv makes it work for me locally. Will take a look at this later. Thank you for checking!