You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before we merge #7594, we need to deploy a config change adding e_cab_dv_subject_invalid_values and w_ext_subject_key_identifier_not_recommended_subscriber to our ignore list.
However, that's a problem because zlint 3.6.0 will error out when passed those as ignores, since they are unrecognized.
We should add special code to our config loading that filters those two specific fields before passing them to zlint. Once that's deployed, and the config change is deployed, we can revert the change as part of #7594.
The text was updated successfully, but these errors were encountered:
Before we merge #7594, we need to deploy a config change adding
e_cab_dv_subject_invalid_values
andw_ext_subject_key_identifier_not_recommended_subscriber
to our ignore list.However, that's a problem because zlint 3.6.0 will error out when passed those as ignores, since they are unrecognized.
We should add special code to our config loading that filters those two specific fields before passing them to zlint. Once that's deployed, and the config change is deployed, we can revert the change as part of #7594.
The text was updated successfully, but these errors were encountered: