Skip to content

Commit 0528f75

Browse files
Update Regal documentation (#181)
Corrected the broken configuration link, and made a few small edits to the copy. Co-authored-by: Gur singh <[email protected]>
1 parent a247c97 commit 0528f75

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/tools/regal.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
1010
<ProPlanNotice />
1111
```
1212

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).
1414

1515
## Files
1616

@@ -20,12 +20,10 @@ Regal will run on files with the following extensions:
2020

2121
## Configuration
2222

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`.
2424

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.
2826

2927
## Links
3028

31-
- [Regal Configuration](https://docs.styra.com/regal#configuration/)
29+
- [Regal Configuration](https://docs.styra.com/regal#configuration)

0 commit comments

Comments
 (0)