You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PartOfInclude should not match resource parameters named "include"
This issue is similar to the one that was fixed in 5692a81: when trying
to identify the special case that looks like:
include class1,
class2
the function PartOfInclude matches too broadly and catches cases where a
resource parameter named "include" is present. This does not correspond
to the above and should thus not match.
0 commit comments