I've noticed this restriction in the ruleguard docs:
Ruleguard rules file must start with package gorules; it can't be other package
However, my local copy works just fine with rules being in any package, with and without build tags:
// rules.go
package not_gorules // works just fine
Is it a bug or outdated docs?
I've noticed this restriction in the ruleguard docs:
However, my local copy works just fine with rules being in any package, with and without build tags:
Is it a bug or outdated docs?