We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Being able to hide comments matching a regex, as an alternative to delete-comment-regex (or edit-comment-regex added in #26).
delete-comment-regex
edit-comment-regex
Hiding existing comments, for example by using a hide-comment-regex.
hide-comment-regex
Sometimes keeping old comments might make sense for historical/compliance reasons.
Not sure, open for thoughts.
But they don't keep the history in an equally accessible way.
...
The text was updated successfully, but these errors were encountered:
Hiding comments would be nice.
Although if you want history using edit-comment-regex, couldn't you look at the edit history of the comment?
Edit: see my edit history of this comment
Sorry, something went wrong.
No branches or pull requests
Describe the Feature
Being able to hide comments matching a regex, as an alternative to
delete-comment-regex
(oredit-comment-regex
added in #26).Expected Behavior
Hiding existing comments, for example by using a
hide-comment-regex
.Use Case
Sometimes keeping old comments might make sense for historical/compliance reasons.
Describe Ideal Solution
Not sure, open for thoughts.
Alternatives Considered
delete-comment-regex
edit-comment-regex
(added in add -edit-comment-regex flag to edit existing comments #26)But they don't keep the history in an equally accessible way.
Additional Context
...
The text was updated successfully, but these errors were encountered: