-
Notifications
You must be signed in to change notification settings - Fork 103
Add instances_name_length_req check #5035
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: main
Are you sure you want to change the base?
Conversation
This is a new check added only to Microsoft profile. @khaledhosny, do you think this check might be useful for other vendors or do you think it is certainly vendor-specific? Option AIf you think it might be useful for other vendors, we'll add it to their "pending_review" lists. Option BOn the other hand, if you think it is certainly vendor-specific, we'll rename it to microsoft/instances_name_length_req and move its source code to |
It should be the same as |
@khaledhosny please choose option A or B. |
I have no opinion here, it is up to you. |
OK. Your answer sounds like option A. So I'll add it to the "pending review" lists of all other profiles, signaling that we believe this should be considered for broader adoption. |
648f455
to
9dfaf77
Compare
I’ve added it to pending review lists of various vendor profiles. |
Similar to name_length_req, but checks the family and subfamily names of the instances, computed from STAT table. Add the new check to Microsoft profile. Also add failing test case for the new check as well as name_length_req.
7acf8f9
to
dfc4473
Compare
Description
Add
instances_name_length_req
check, similar toname_length_req
, but checks the family and subfamily names of the instances, computed from STAT table.Add the new check to Microsoft profile.
Also add failing test case for the new check as well as name_length_req.
Checklist
CHANGELOG.md