Open Th3S4mur41 opened 1 year ago
Is there a chance to have a minimal repo to reproduce the issue?
Here you go: https://github.com/Th3S4mur41/demo-rome
Just run npm run lint
to reproduce the issue.
Btw. I was only able to reproduce the issue with the demo on my Windows 11 machine. It's working as expected in Codespaces (Linux)
Environment information
What happened?
Using the
rome ci .
command with the following .gitignore would still lint and format check all files in .idea and .history foldersThe same files are no longer parsed if the trailing slash is removed
Expected result
Just like git, rome should properly handle .gitignore patters ending with a
/
Code of Conduct