-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: introduce regal_standalone build flag, use for lint's "fix" hint #1070
build: introduce regal_standalone build flag, use for lint's "fix" hint #1070
Conversation
@@ -68,7 +72,7 @@ checksum: | |||
name_template: "checksums.txt" | |||
|
|||
snapshot: | |||
name_template: "{{ incpatch .Version }}-next" | |||
version_template: "{{ incpatch .Version }}-next" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
side-track, this was deprecated in some Gorelease version. I don't think we're using snapshot releases, but this will squelch the warning.
build/do.rq
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My editor did this 🙈 I've taught it to treat .rq files as rego. Yay or nay? I can back out of this change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change makes the rules look less "task like"... but that's just a matter of time anyway :) So it's good.
Signed-off-by: Stephan Renatus <[email protected]>
Signed-off-by: Stephan Renatus <[email protected]>
bf496f5
to
183a9d6
Compare
…nt (StyraInc#1070) Signed-off-by: Stephan Renatus <[email protected]>
…nt (StyraInc#1070) Signed-off-by: Stephan Renatus <[email protected]>
Projects using Regal via its Go module would no longer output the
regal fix --help
hint.