Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 659 Bytes

regal.md

File metadata and controls

31 lines (19 loc) · 659 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.

Files

Regal will run on files with the following extensions:

  • .rego

Configuration

Regal uses a YAML style configuration file. We look for the following config file:

  • .regal/config.yaml

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

Links