-
-
Notifications
You must be signed in to change notification settings - Fork 681
Fix copyright detection for bracket notation [C] and [c] #4612
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: develop
Are you sure you want to change the base?
Conversation
…ection - Normalize [C] and [c] before bracket removal in prepare_text_line() - Add tests for both [C] and [c] variants Signed-off-by: Shekhar <shekharsuman0397@gmail.com>
AyanSinhaMahapatra
left a comment
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.
LGTM! Thanks @levi42x
See comments for some minor changes and we're good to merge.
Signed-off-by: Shekhar Suman <levi42x@gmail.com>
|
Hi @AyanSinhaMahapatra, |
Signed-off-by: Shekhar Suman <levi42x@gmail.com>
Signed-off-by: Shekhar Suman <levi42x@gmail.com>
|
Hey Ayan, The remaining CI failure is in All tests related to |
Fixes #3659
Normalize bracketed copyright markers [C] and [c] so they are correctly detected.
Summary
Tasks
Run tests locally to check for errors.
Signed-off-by: Shekhar Suman levi42x@gmail.com