-
Notifications
You must be signed in to change notification settings - Fork 109
add checker for 1.x terms #888
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
Conversation
Signed-off-by: Michael Oviedo <[email protected]>
Thanks for doing this @OVI3D0! Might be helpful to include an opposite version, for 2.X terms. This would help whenever users are making changes to 1.X version when 2.X is already out. The 2.X version should only be run if the PR includes:
Lmk your thoughts on this? |
Signed-off-by: Michael Oviedo <[email protected]>
this would be pretty useful, i'll go ahead and create an issue for it |
Signed-off-by: Michael Oviedo <[email protected]> Signed-off-by: Ian Hoang <[email protected]>
Signed-off-by: Michael Oviedo <[email protected]>
Signed-off-by: Michael Oviedo <[email protected]> Signed-off-by: Ian Hoang <[email protected]>
Signed-off-by: Michael Oviedo <[email protected]> Signed-off-by: Ian Hoang <[email protected]>
Description
Adds a lint checker for 1.x terms. Takes the set of terms described in the issue and checks for any variants of the terms (hyphen, underscore, camelCase, etc). Prints out deprecated terms if they are found
Issues Resolved
#841
Testing
Ran script against 2.0-develop branch

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.