From 0f80c1f608c514921164ddd4860ce54c962bdd53 Mon Sep 17 00:00:00 2001 From: Anders Eknert Date: Thu, 4 Jan 2024 09:37:27 +0100 Subject: [PATCH] Add Regal for Rego (#115) Signed-off-by: Anders Eknert --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 103895c..c0c6f65 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ this topic will be welcome as well as links related to actual linters. - [Pug](#pug) - [Puppet](#puppet) - [Python](#python) + - [Rego](#rego) - [reStructuredText](#restructuredtext) - [Ruby](#ruby) - [Rust](#rust) @@ -388,6 +389,13 @@ this topic will be welcome as well as links related to actual linters. - [yala](https://github.com/cemsbr/yala) - YALA combines many linters to improve the quality of your code. +### Rego + +- [regal](https://github.com/StyraInc/regal) - Regal is a linter for the policy + language [Rego](https://www.openpolicyagent.org/docs/latest/policy-language/). + Regal aims to catch bugs and mistakes in policy code, while at the same time + helping people learn the language, best practices and idiomatic constructs. + ### reStructuredText - [doc8](https://launchpad.net/doc8) - Doc8 is an opinionated style checker for