Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| if (fileName.startsWith("node_modules/.cache")) { | ||
| if ( | ||
| fileName.startsWith("node_modules/.cache") || | ||
| fileName.startsWith(".git") || |
There was a problem hiding this comment.
.git/fsmonitor--deamon/cookies/ is the reason I sent this in, but I also use watchman with jj so that'd be an issue if/when I adopt Flint IRL.
JoshuaKGoldberg
left a comment
There was a problem hiding this comment.
+1 on the followups too 🙂
<!-- 👋 Hi, thanks for sending a PR to flint! ❤️🔥 Please fill out all fields below and make sure each item is true and [x] checked. Otherwise we may not be able to review your PR. --> ## PR Checklist - [x] Addresses an existing open issue: followup to #2168, as approved for addressing by Josh in #2168 (review). - [x] That issue was marked as [`status: accepting prs`](https://github.com/flint-fyi/flint/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/flint-fyi/flint/blob/main/.github/CONTRIBUTING.md) were taken ## Overview <!-- Description of what is changed and how the code change does that. --> ❤️🔥 I don't remember if this works, I whipped this up on a 6-hour car ride to Oklahoma yesterday. --------- Co-authored-by: auvred <61150013+auvred@users.noreply.github.com>
PR Checklist
status: accepting prsOverview
It does annoy me that this is effectively a duplicate of
flint/packages/core/src/host/createDiskBackedLinterHost.ts
Line 12 in abc2bb9