Regal v0.41.1 warning #759
FluerasRares
started this conversation in
Community
Replies: 3 comments
|
Hey! And thanks for reporting that. I don't know when that issue might have been introduced, or what exactly would trigger that, but at least the error message gives us a clear location, and we'll try to fix that. Could you please make this an issue in the Regal project? In the meantime, I'd recommend disabling the circular-import rule. It's not like circular imports are a show stopper in Rego in any case, but more of a style issue. Thanks! |
0 replies
|
Hey, thank you for taking care of this. I don't need to exclude it for now, as mentioned, it's non-blocking. I will upgrade to the version when it is fixed. Could you please make this an issue in the Regal project? => can you point me to the right direction? Thank you! |
0 replies
|
it is done, thank you! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Pipeline regal version: 0.37.0
Local regal version: 0.41.1
When I run the command:
regal lint use-cases/*/policies(which basically runs lint on all my policies, hundreds of them)I get this non-blocking warning (that does not say much...):
Reason I saw this was because I ran it on my branch. That doesn't mean it's not there for a while.
Same problem in the pipeline after the version upgrade (obviously, before, this was not the case).
Now the question is, when did this happen? I would have expected to see it as a blocker. So now it's very hard, nearly impossible to trace (if for example you have 100 commits).
Seems like a regal problem.
Can you confirm?
Much appreciated. Thank you!
All reactions