You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/tools/regal.md
+4-6
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
10
10
<ProPlanNotice />
11
11
```
12
12
13
-
[Regal](https://docs.styra.com/regal/) is a linter and language server for Rego.
13
+
[Regal](https://docs.styra.com/regal/) is a linter and language server for Rego, the language of [Open Policy Agent](http://openpolicyagent.org) (OPA).
14
14
15
15
## Files
16
16
@@ -20,12 +20,10 @@ Regal will run on files with the following extensions:
20
20
21
21
## Configuration
22
22
23
-
Regal uses a YAML style configuration file. We look for the following config file:
23
+
Regal uses a YAML configuration file located at `.regal/config.yaml`.
24
24
25
-
-`.regal/config.yaml`
26
-
27
-
CodeRabbit will use the default settings based on the profile selected if no config file is found.
25
+
CodeRabbit will use the default settings based on the profile selected if no configuration file is found.
0 commit comments