markdown-lint
markdown-lint copied to clipboard
Introduce Jimfs to host files during testing
This proves that the processor is independent of the default filesystem.
@mattmook Hi Matt! Let me know if you'd like me to address anything.
@mattmook The Windows issue seems to happen even on current main:HEAD, independently of my PR.
After some debugging it looks as it's the JaCoCo agent that gets applied through MarkdownLintPluginTest that keeps a process alive a little too long, since this is timing related. Removing it makes the tests pass 100%. I'd suggest it is not enabled on Windows builds.
Hi @mattmook! Do you think this could be merged?