sv-tools/gochecker

support go fmt

SVilgelm opened this issue · 3 comments

integrate go fmt as an analyzer

so it is impossible to use go fmt as a lib without hard fork, I'm goin to use a hard for of from the gofumpt linter: https://github.com/mvdan/gofumpt/tree/master/go1.19/go/format

when it is released, don't want to use master branch

after deep analyzing the existent forks of the gofmt tool I decided to drop the integration with gochecker, it is much easier to run go fmt in parallel with gochecker