Results 92 comments of Craig Spence
trafficstars

Do you have Git LFS enabled? That might make some of it better. My only idea for this would be to make it possible to store the results file remotely....

Could you let me know which version you are on? I fixed an issue with importing TypeScript reporters recently!

Interesting - I think it's working as intended since the default reporter uses the same interface, but I'll dig in a bit to find out more. What specifically would you...

Hmm okay, there's definitely something weird going on because that's pretty much what it should be printing. I'll dig in a little bit more. For this particular case though, you...

Hmm yeah, I need to think about this more because I don't want to make assumptions about the version of Node that is installed, and I'd like to allow the...

What is the reason behind keeping the ESLint warnings as well? Seems to me like that will makes things noisy without much benefit?

Are you using VSCode? https://marketplace.visualstudio.com/items?itemName=Betterer.betterer-vscode

``` [Info - 2:49:28 PM] Validator: Sending 12 diagnostics to "file:///Users/andy.brenneke/code/work/ironclad/harbor/packages/harbor-meta/src/betterer.ts". ``` This should be sending the issues to the file with the issues, so just want to check that...

This is a wild guess, but does it work if the file is called something else? Wondering if I do some weird filtering on `.betterer.ts` somewhere and it's not working...

We could potentially write a tsconfig file to disk and then clean it up after?