Skip to content
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

Enforcing coding rules for join clauses #243

Open
mk3008 opened this issue Oct 7, 2023 · 1 comment
Open

Enforcing coding rules for join clauses #243

mk3008 opened this issue Oct 7, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@mk3008
Copy link
Owner

mk3008 commented Oct 7, 2023

There is a rule in the Join clause that ``the argument name of the Predicate expression and the argument name of the return value must be the same,'' and if the rule is not followed, a potential bug may occur.
I want to enforce the above rules.

Try using "Custom Code Analysis Rules" to see if you can solve the above problem.

@mk3008 mk3008 self-assigned this Oct 7, 2023
@mk3008 mk3008 added the enhancement New feature or request label Oct 7, 2023
mk3008 added a commit that referenced this issue Oct 8, 2023
I don't know how to debug it, so I'll stop here.
@mk3008
Copy link
Owner Author

mk3008 commented Oct 8, 2023

Added custom rule sample

I don't know how to debug it, so I'll stop here.

@mk3008 mk3008 added the help wanted Extra attention is needed label Oct 8, 2023
@mk3008 mk3008 removed the help wanted Extra attention is needed label Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant