Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 699 Bytes

regal.md

File metadata and controls

29 lines (18 loc) · 699 Bytes
title sidebar_label description
Regal
Regal
CodeRabbit's guide to Regal.
import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';

<ProPlanNotice />

Regal is a linter and language server for Rego, the language of Open Policy Agent (OPA).

Files

Regal will run on files with the following extensions:

  • .rego

Configuration

Regal uses a YAML configuration file located at .regal/config.yaml.

CodeRabbit will use the default settings based on the profile selected if no configuration file is found.

Links