cdxgen icon indicating copy to clipboard operation
cdxgen copied to clipboard

biome 2 is ignoring all files for devenv users

Open prabhu opened this issue 8 months ago • 4 comments

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

prabhu avatar Jun 18 '25 13:06 prabhu

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.

setchy avatar Jun 18 '25 13:06 setchy

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

setchy avatar Jun 18 '25 13:06 setchy

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.

prabhu avatar Jun 18 '25 13:06 prabhu

rm -rf .devenv .venv makes it work for me locally. Will take a look at this later. Thank you for checking!

prabhu avatar Jun 18 '25 13:06 prabhu