Path to this page:
Subject: CVS commit: pkgsrc/devel/regal
From: Leonardo Taccari
Date: 2024-08-19 17:16:08
Message id: 20240819151608.CFDDEFC74@cvs.NetBSD.org
Log Message:
regal: Update to 0.25.0
Changes:
0.25.0
------
This release brings 2 new rules to the Regal linter as well as a number
of improvements to the Regal Language Server.
Rules
-----
- New rule unused-output-variable
- New rule use-strings-count
- Other Rule Updates
Linter
------
- JUnit XML output format is now a supported by regal lint
- Regal's version of OPA has been updated to v0.67.0
- The --var-values flag from opa test (added to OPA in v0.66.0) is now
supported by the regal test command. This allows custom policy authors
to see the the variable values in scope of a failed test.
Regal Language Server
---------------------
- Code Lens Support
- Improved formatter
Files: