-
Notifications
You must be signed in to change notification settings - Fork 51
feat: Add --show-policy-docs-link flag (default: true) #3173
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -76,6 +76,7 @@ mark (?) sign, for example: --output text=output.txt?show-successes=false | |
| --retry-jitter:: randomness factor for backoff calculation (0.0-1.0) (Default: 0.1) | ||
| --retry-max-retry:: maximum number of retry attempts (Default: 3) | ||
| --retry-max-wait:: maximum wait time between retries (Default: 3s) | ||
| --show-policy-docs-link:: Show link to policy documentation in output when there are violations or warnings (Default: false) | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🏁 Script executed: #!/bin/bash
set -euo pipefail
rg -n -C2 --type=go 'show-policy-docs-link' cmd/validate
printf '\n'
rg -n -C1 --type=adoc 'show-policy-docs-link' docs/modules/ROOT/pagesRepository: conforma/cli Length of output: 2464 Update flag default to The 🤖 Prompt for AI Agents |
||
| --show-successes:: (Default: false) | ||
| --show-warnings:: (Default: true) | ||
| --timeout:: max overall execution duration (Default: 5m0s) | ||
|
|
||
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.
1. Wrong flag default
🐞 Bug✓ CorrectnessAgent Prompt
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation toolsThere 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.
I updated the PR description to reflect the current beahviour. Recheck :whip: