Bug fixes
- #1616: Fix false positives in
Rails/StrongParametersExpectwhen using nil-safe conversion methods such asto_i,to_s,to_a,to_f, andto_honparams[:key]. (@koic) - #1622: Fix false positives in
Rails/StrongParametersExpectwhen using key-check methods such askey?,has_key?,include?, andmember?onparams[:key]. (@koic) - #1620: Fix false positives in
Rails/StrongParametersExpectwhen using type-check methods such asis_a?,kind_of?, andinstance_of?onparams[:key]. (@koic)