You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
biome-ignore-bug on main [?] via v18.16.0
❯ pnpm biome ci .
Checked 1 file(s) in 2ms
...when .gitignore contains:
ignore-this/ (trailing slash)
/ignore-this (leading slash)
biome-ignore-bug on main [?] via v18.16.0
❯ pnpm biome ci .
.\ignore-this\file.ts:1:1 lint/suspicious/noDebugger FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
× This is an unexpected use of the debugger statement.
> 1 │ debugger;
│ ^^^^^^^^^
2 │
i Suggested fix: Remove debugger statement
1 │ debugger;
│ ---------
.\ignore-this\file.ts lint ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
× The file contains diagnostics that needs to be addressed.
Checked 3 file(s) in 4ms
Found 2 error(s)
ci ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
× Some errors were emitted while running checks.
Expected result
Since the above cases are all ignored by git, I would expect biome not to error.
Code of Conduct
I agree to follow Biome's Code of Conduct
The text was updated successfully, but these errors were encountered:
Environment information
What happened?
Given the following files:
biome ci .
when.gitignore
containsignore-this
:...when
.gitignore
contains:ignore-this/
(trailing slash)/ignore-this
(leading slash)Expected result
Since the above cases are all ignored by git, I would expect biome not to error.
Code of Conduct
The text was updated successfully, but these errors were encountered: