-
-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Biome issues warnings on certain files produced by supervise
#2311
Comments
Related: Documentation on the |
Does it help if you put the |
|
After some local investigation, the files it's tripping up on are named pipes created with something like So the issues at stake here are:
|
Looks like Biome also fails in the same way on sockets (which similarly can appear in the filesystem on Linux systems). |
Just for reference, rust has unix-specific extensions for the fs module that is able to detect fifo and socket files: https://doc.rust-lang.org/std/os/unix/fs/trait.FileTypeExt.html |
Environment information
What happened?
supervise .
at the root of a Node project, and optionally kill it afterwards with ctrl+Csupervise
folder with some files, such assupervise/control
andsupervise/ok
supervise/*
is added to linter ignore list (I tried a few variations,supervise/**
supervise/**/*
supervise/*.*
with same result)biome lint .
supervise
folderExpected result
There should be no output on these files, especially since they match a pattern in the ignore list.
Code of Conduct
The text was updated successfully, but these errors were encountered: