Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@james-ball-qualcomm
Copy link
Collaborator

No description provided.

Signed-off-by: James Ball <[email protected]>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refactors the tag change detection tool to improve message display by replacing the --show-text flag with a new --verbose flag. The key difference is that tag text is now always displayed in a cleaner format, while the verbose flag controls whether to show additional decorative headers and detailed processing information.

  • Renamed @show_text option to @verbose with updated semantics
  • Changed output format to always show tag text with improved formatting
  • Added verbose-only output for processing details during file updates

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
tools/detect_tag_changes.rb Refactored from @show_text to @verbose, improved output formatting to always show tag text, added verbose logging for file update operations
tools/README_detect_tag_changes.md Updated documentation to replace --show-text option with --verbose, added new section explaining verbose mode features
Makefile Renamed test target from test-tag-changes-text to test-tag-changes-verbose, removed output suppression from update test to show messages

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Signed-off-by: James Ball <[email protected]>
@james-ball-qualcomm james-ball-qualcomm merged commit edf32fb into main Dec 18, 2025
2 checks passed
@james-ball-qualcomm james-ball-qualcomm deleted the 171-add-verbose-option-to-detect_tag_changes branch December 18, 2025 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add -v (verbose) option to detect_tag_changes.rb to be less chatty

2 participants