From 147a731179839b01f521329d7648fba16e489f30 Mon Sep 17 00:00:00 2001 From: Anders Eknert Date: Thu, 29 Aug 2024 19:05:43 +0200 Subject: [PATCH] Fix build issue + version in README (#1030) Signed-off-by: Anders Eknert --- README.md | 5 ++--- internal/lsp/server_test.go | 3 +++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a82785d..b8cda151 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/internal/lsp/server_test.go b/internal/lsp/server_test.go index fee98fe6..2dd03c59 100644 --- a/internal/lsp/server_test.go +++ b/internal/lsp/server_test.go @@ -286,6 +286,9 @@ rules: style: opa-fmt: level: ignore + idiomatic: + directory-package-mismatch: + level: ignore capabilities: from: engine: eopa