Orta Therox

Results 1478 comments of Orta Therox

You probably want to run SwiftLint in-memory on the old version of the app, then run it on the new version of the app - compare the results and remove...

Replicated this PR via `yarn patch` 👍🏻

Wallaby will only start with that with that config file, yes - but there will be people using the trail mode etc so it's not a safe assumption that someone...

I wouldn't worry about handling it all at runtime, unless you're using this as a reason to improve the `jest stop` and `jest start` commands. If you are, ace. If...

Not in the sense of "issues", but doing the stop command doesn't remove code lenses/decorations for example. I took a stab at this once, https://github.com/jest-community/vscode-jest/tree/turn_off_stuff but never finished it up

I think letting jest handle this is probably a good 👍 - or it can be added to jest-editor-support

Yeah, we figured out what this is over on the danger-js repo a bit earlier, https://github.com/danger/danger-js/issues/1448#issuecomment-2111091257 this can be closed when that issue is resolved