Comment on Go Analysis Framework: modular static analysis by go teamComments−mchav1moCan these sorts of primitives be used to create broader "architectural" linters?−fractorial1moYes, and I use them often in the context of writing adversarial ‘go vet’ style anti-slop analyzers that run pre-commit.
Comments
Can these sorts of primitives be used to create broader "architectural" linters?
Yes, and I use them often in the context of writing adversarial ‘go vet’ style anti-slop analyzers that run pre-commit.