Check parameters of a .Get() function call. #591
christianbraeunlich
started this conversation in
New Rule
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there,
I'm not sure if it's possible to check the parameters of a .Get() function call via static code analyzers.
The goal of this rule is to deal with
Like in the following examples:
Example 1: different datatype
Example 2: compare fields tablerelations
Example 3: compare number of parameters with the number of primary key fields
Any additional thoughts on this? Is there already a rule I haven't found yet?
Beta Was this translation helpful? Give feedback.
All reactions