File tree 2 files changed +28
-1
lines changed
2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Regal
3
+ sidebar_label : Regal
4
+ description : CodeRabbit's guide to Regal.
5
+ ---
6
+
7
+ [ Regal] ( https://docs.styra.com/regal/ ) is a linter and language server for Rego.
8
+
9
+ ## Files
10
+
11
+ Regal will run on files with the following extensions:
12
+
13
+ - ` .rego `
14
+
15
+ ## Configuration
16
+
17
+ Regal uses a YAML style configuration file. We look for the following config file:
18
+
19
+ - ` .regal/config.yaml `
20
+
21
+ CodeRabbit will use the default settings based on the profile selected if no config file is found.
22
+
23
+ ## Links
24
+
25
+ - [ Regal Configuration] ( https://docs.styra.com/regal#configuration/ )
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ Remove extraneous f prefix
55
55
| Plaintext | [ LanguageTool] [ LanguageTool ] |
56
56
| Protobuf | [ Buf] [ Buf ] |
57
57
| Python | [ Ruff] [ Ruff ] |
58
+ | Regal | [ Regal] [ Regal ] |
58
59
| Ruby | [ Rubocop] [ Rubocop ] |
59
60
| Shell (sh, bash, ksh, dash) | [ ShellCheck] [ ShellCheck ] |
60
61
| Swift | [ SwiftLint] [ SwiftLint ] |
@@ -79,4 +80,5 @@ Remove extraneous f prefix
79
80
[ Detekt ] : ./detekt.md
80
81
[ Rubocop ] : ./rubocop.md
81
82
[ Buf ] : ./buf.md
82
- [ Actionlint ] : ./actionlint.md
83
+ [ Actionlint ] : ./actionlint.md
84
+ [ Regal ] : ./regal.md
You can’t perform that action at this time.
0 commit comments