Skip to content

Commit

Permalink
Fix build issue + version in README (#1030)
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Eknert <anders@styra.com>
  • Loading branch information
anderseknert authored Aug 29, 2024
1 parent 9cd3b05 commit 147a731
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -568,9 +568,8 @@ capabilities:

### Loading Capabilities from URLs

Starting with Regal version TODO, Regal can load capabilities from URLs with
the `http`, or `https` schemes using the `capabilities.from.url` config key.
For example, to load capabilities from `https://example.org/capabilities.json`,
Starting with Regal version v0.26.0, Regal can load capabilities from URLs with the `http`, or `https` schemes using
the `capabilities.from.url` config key. For example, to load capabilities from `https://example.org/capabilities.json`,
this configuration could be used:

```yaml
Expand Down
3 changes: 3 additions & 0 deletions internal/lsp/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,9 @@ rules:
style:
opa-fmt:
level: ignore
idiomatic:
directory-package-mismatch:
level: ignore
capabilities:
from:
engine: eopa
Expand Down

0 comments on commit 147a731

Please sign in to comment.