Rule "Literal string for key path" does not handle ignore option for valueForKeyPath

Issue #59 closed
Martin Höller created an issue

When configuring the rule "Literal string for key path" (LiteralStringKeyPath), there is an option to ignore valueForKey and setValue:forKey: for collections. However, this does not handle valueForKeyPath and setValue:forKeyPath and thus creates issues in these cases.

Comments (2)

  1. Log in to comment