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: ```go // rules.go package not_gorules // works just fine ``` Is it a bug or outdated docs?