Improve inspection for `Rails/InverseOf` by wata727 · Pull Request #5297 · rubocop/rubocop

See #5236 Currently, Rails/InverseOf Cop checks associations unspecified inverse_of and included conditions, through, polymorphic, or foreign_key. However, this inspection is incorrect. For example...