Add new `Rails/InverseOf` cop by bdewater · Pull Request #5045 · rubocop/rubocop

This cop looks for has_(one|many) and belongs_to associations where ActiveRecord can't automatically determine the inverse association because of a scope or the options used. This can result in unn...