Feature/minor features#93
Merged
Merged
Conversation
- 📚 Clarify the interactive `--init` workflow and when to use it - ✍️ Explain `--signoff` behavior and persisted DCO configuration - 🖨️ Describe `--print` semantics for scripting and flag interactions - 🔎 Align README, CLI help, and manpages with the current interface Improve the documentation for recently expanded CLI behavior so users can discover and apply these options with confidence. Describe the interactive `--init` setup flow, including what it writes and the scenarios where it is appropriate. Clarify how `--signoff` and the persisted `signoff` setting support consistent DCO trailers across commit-related workflows. Also document `--print` for automation use cases by explaining its mode constraints, diagnostic output, and interaction with other flags. Refresh the README, help text, and generated manpages so all user-facing documentation stays accurate and consistent.
- 🔧 Raise pylint design limits for arguments, locals, positional arguments, and statements to better accommodate existing CLI and configuration code without unnecessary lint failures - 🛡️ Adjust token-store warning text to avoid implying credential exposure while still explaining why an unreadable file will be replaced - ♻️ Apply small readability refactors in initialization, git identity, and signoff test code to keep formatting consistent with the updated lint expectations
✅MegaLinter analysis: Success
See detailed reports in MegaLinter artifacts |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

No description provided.