-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
Add check 102 to detect SY-SYSID
usage
#1124
Conversation
I'm not sure how to proceed with RFC enablement: Would I just call |
yes, for this scenario RFC works well when its just the statements and tokens that are used |
Co-authored-by: Lars Hvam <[email protected]>
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 good to me, ship it :)
Thanks for the quick responses 🎉 |
@ConjuringCoffee you should have access to create branches in this repository now commit early and often, open a PR as draft, to get early feedback from the linter |
This new check finds logic utilizing the value from
SY-SYSID
.I'm currently preparing for a system migration, so the name of the system will be different from before. I want to use this check to fix potential errors where logic is coupled to a specific system name.