nvimdev / guard-collection

collection the tools config for guard
MIT License
31 stars 9 forks source link

fix: test #33

Closed xiaoshihou514 closed 11 months ago

xiaoshihou514 commented 11 months ago

ruff and golangci-lint not working right now, others should work

barrett-ruth commented 11 months ago

thanks! bunch of path bs. How did you figure it out?

xiaoshihou514 commented 11 months ago

thanks! bunch of path bs. How did you figure it out?

A bunch of which and echos lol, and maybe some patience. act was super nice tho, probably halfen the debug time and the terminal is just so much more asthetic than the webui

barrett-ruth commented 11 months ago

Ok awesome. any insight into why ruff and golangci-lint don't work despite being able to debug with act?

xiaoshihou514 commented 11 months ago

Oh ktlint also doesn't work anymore. The linters returned an empty table so I'm guessing either the test or the config is not correct. Formatters kinda the same story. Not an installation issue, they passed the executable assertion. I will try to tweak the tests tomorrow to see if that helps.

barrett-ruth commented 11 months ago

Ok, make sure to watch out for things getting sent to stdout vs stderr

xiaoshihou514 commented 11 months ago

ruff --fix has the same issue as prettierd, others are unclear