-
Notifications
You must be signed in to change notification settings - Fork 110
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
Gauging interest in doing a large-scale code change migrating everything from Lints -> CertificateLints #765
Comments
Makes sense to me. |
This makes logical sense as a shift. However, I do think there is a pretty big cost to some integrators depending on how it's done. For example, if you are an integrator and have added your own Lints on top of the lints provided by zlint, this could be a breaking change even just migrating existing lints to a new interface. It's less likely than step 2, but still a possibility depending on how the integrations are done. |
Agreed on the last count. I've written a small tool to convert all the lints to CertificateLint in this project. I can imagine that being useful for folks who have built their own lints separately. The decision to remove Lint/RegisterLint will be up to the maintainers here. When I introduced the CertificateLint/RevocationListLint, generics wasn't officially "ready". Maybe before any long term decision is made, we can potentially look into generics for these lints again too? |
Migration from
Presuming that that this would be considered during the removal of |
In #699 I introduced the ability to have more than just certificate lints. I now want to finish off this migration by moving all the existing lints to CertificateLints.
The next step will be fully removing the
Lint
interface, which is potentially a more contentious move since it might break lints folks have already made.Do we have any concerns with doing the first part of this?
The text was updated successfully, but these errors were encountered: