regal

Linter and language server for Rego policy language

brewmacoslinux
Try with needOr install directly
Source

About

Linter and language server for Rego

Commands

regal

Examples

Lint a Rego policy file for style and logic issues$ regal lint policy.rego
Run linter on all Rego files in a directory$ regal lint .
Check specific rule violations in a file$ regal lint --rules naming-convention policy.rego