issues
search
StyraInc
/
regal
Regal is a linter and language server for Rego, bringing your policy development experience to the next level!
https://docs.styra.com/regal
Apache License 2.0
261
stars
35
forks
source link
Go code cleanup
#1148
Closed
anderseknert
closed
1 month ago
anderseknert
commented
1 month ago
Use short form
if err := ...; err != nil {
statements where applicable.
Extract some of the larger raw strings out of tests and into testdata
if err := ...; err != nil {
statements where applicable.