-
Notifications
You must be signed in to change notification settings - Fork 1k
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
github: automation: fixed rules for commit scope check #2286
base: main
Are you sure you want to change the base?
Conversation
@@ -79,7 +67,7 @@ def main(): | |||
is_ok = is_ok and result | |||
|
|||
if is_ok: |
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.
Casually switching to snake_case halfway through the file that started with camelCase..
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.
Looks like argparse package has set the tone for main()
...
This means that e.g. |
1a93cc3
to
6a82eeb
Compare
6a82eeb
to
bceedb3
Compare
No, this one will fails because of capital 'R' :). Anything that follows the format of |
This PR updates commit checker to avoid false positives in #2279 (job link), #2276, and #2272.
As
:
can be used in commit message itself there's no good way to reliably identify cases with multi-level scope.